Skip to content

Commit

Permalink
fix publish script (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and callmehiphop committed Aug 12, 2016
1 parent 3242903 commit 1e10b7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-translate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/translate",
"version": "0.1.0",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud Translate Client Library for Node.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"main": "./src/index.js",
"files": [
"./src/*",
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
Expand Down Expand Up @@ -61,7 +61,7 @@
"proxyquire": "^1.7.10"
},
"scripts": {
"publish": "node ../../scripts/publish.js translate",
"publish-module": "node ../../scripts/publish.js translate",
"test": "mocha test/*.js",
"system-test": "mocha system-test/*.js --no-timeouts --bail"
},
Expand Down

0 comments on commit 1e10b7e

Please sign in to comment.