We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3242903 commit 1e10b7eCopy full SHA for 1e10b7e
packages/google-cloud-translate/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@google-cloud/translate",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"author": "Google Inc.",
5
"description": "Google Cloud Translate 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"
@@ -61,7 +61,7 @@
61
"proxyquire": "^1.7.10"
62
},
63
"scripts": {
64
- "publish": "node ../../scripts/publish.js translate",
+ "publish-module": "node ../../scripts/publish.js translate",
65
"test": "mocha test/*.js",
66
"system-test": "mocha system-test/*.js --no-timeouts --bail"
67
0 commit comments