We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6692201 commit 3f2c552Copy full SHA for 3f2c552
packages/google-cloud-language/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@google-cloud/language",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"author": "Google Inc.",
5
"description": "Google Cloud Natural Language Client Library for Node.js",
6
"contributors": [
@@ -31,7 +31,7 @@
31
],
32
"main": "./src/index.js",
33
"files": [
34
- "./src/*",
+ "src",
35
"AUTHORS",
36
"CONTRIBUTORS",
37
"COPYING"
@@ -66,7 +66,7 @@
66
"proxyquire": "^1.7.10"
67
},
68
"scripts": {
69
- "publish": "../../scripts/publish.js language",
+ "publish-module": "node ../../scripts/publish.js language",
70
"test": "mocha test/*.js",
71
"system-test": "mocha system-test/*.js --no-timeouts --bail"
72
0 commit comments