Skip to content

Commit 1e10b7e

Browse files
stephenpluspluscallmehiphop
authored andcommitted
fix publish script (#1480)
1 parent 3242903 commit 1e10b7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-cloud-translate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/translate",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "Google Inc.",
55
"description": "Google Cloud Translate Client Library for Node.js",
66
"contributors": [
@@ -31,7 +31,7 @@
3131
],
3232
"main": "./src/index.js",
3333
"files": [
34-
"./src/*",
34+
"src",
3535
"AUTHORS",
3636
"CONTRIBUTORS",
3737
"COPYING"
@@ -61,7 +61,7 @@
6161
"proxyquire": "^1.7.10"
6262
},
6363
"scripts": {
64-
"publish": "node ../../scripts/publish.js translate",
64+
"publish-module": "node ../../scripts/publish.js translate",
6565
"test": "mocha test/*.js",
6666
"system-test": "mocha system-test/*.js --no-timeouts --bail"
6767
},

0 commit comments

Comments
 (0)