Skip to content

Commit 3f2c552

Browse files
stephenplusplussofisl
authored andcommitted
fix publish script (#1480)
1 parent 6692201 commit 3f2c552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-cloud-language/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/language",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "Google Inc.",
55
"description": "Google Cloud Natural Language 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"
@@ -66,7 +66,7 @@
6666
"proxyquire": "^1.7.10"
6767
},
6868
"scripts": {
69-
"publish": "../../scripts/publish.js language",
69+
"publish-module": "node ../../scripts/publish.js language",
7070
"test": "mocha test/*.js",
7171
"system-test": "mocha system-test/*.js --no-timeouts --bail"
7272
},

0 commit comments

Comments
 (0)