Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
NodeJS: Small additions to the package.json (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
landrito authored May 23, 2017
1 parent cadd53d commit 2a2cf56
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"url": "{@metadata.homepage}",
"main": "src/index.js",
"files": [
"src"
"src",
"AUTHORS",
"CONTRIBUTING",
"COPYING"
],
"keywords": [
"google apis client",
Expand All @@ -34,11 +37,12 @@
"extend": "^3.0.0"
},
"devDependencies": {
"mocha": "3.2.0",
"through2": "2.0.3"
"mocha": "^3.2.0",
"through2": "^2.0.3"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"publish-module": "node ../../scripts/publish.js {@metadata.shortName}"
},
"license": "{@metadata.licenseName}",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"url": "https://github.com/googleapis/googleapis",
"main": "src/index.js",
"files": [
"src"
"src",
"AUTHORS",
"CONTRIBUTING",
"COPYING"
],
"keywords": [
"google apis client",
Expand All @@ -30,14 +33,16 @@
"extend": "^3.0.0"
},
"devDependencies": {
"mocha": "3.2.0",
"through2": "2.0.3"
"mocha": "^3.2.0",
"through2": "^2.0.3"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"publish-module": "node ../../scripts/publish.js library"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"url": "https://github.com/googleapis/googleapis",
"main": "src/index.js",
"files": [
"src"
"src",
"AUTHORS",
"CONTRIBUTING",
"COPYING"
],
"keywords": [
"google apis client",
Expand All @@ -30,14 +33,16 @@
"extend": "^3.0.0"
},
"devDependencies": {
"mocha": "3.2.0",
"through2": "2.0.3"
"mocha": "^3.2.0",
"through2": "^2.0.3"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"publish-module": "node ../../scripts/publish.js library"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"url": "https://github.com/googleapis/googleapis",
"main": "src/index.js",
"files": [
"src"
"src",
"AUTHORS",
"CONTRIBUTING",
"COPYING"
],
"keywords": [
"google apis client",
Expand All @@ -30,14 +33,16 @@
"extend": "^3.0.0"
},
"devDependencies": {
"mocha": "3.2.0",
"through2": "2.0.3"
"mocha": "^3.2.0",
"through2": "^2.0.3"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"publish-module": "node ../../scripts/publish.js library"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
}
}

0 comments on commit 2a2cf56

Please sign in to comment.