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 0bba655 commit 5e4596dCopy full SHA for 5e4596d
packages/google-cloud-compute/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@google-cloud/compute",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"author": "Google Inc.",
5
"description": "Google Compute Engine 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"
@@ -67,7 +67,7 @@
67
"proxyquire": "^1.7.10"
68
},
69
"scripts": {
70
- "publish": "node ../../scripts/publish.js compute",
+ "publish-module": "node ../../scripts/publish.js compute",
71
"test": "mocha test/*.js",
72
"system-test": "mocha system-test/*.js --no-timeouts --bail"
73
0 commit comments