We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e5f67 commit bb9ccc8Copy full SHA for bb9ccc8
1 file changed
packages/google-cloud-dns/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@google-cloud/dns",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"author": "Google Inc.",
5
"description": "Google Cloud DNS 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
"tmp": "0.0.27"
67
},
68
"scripts": {
69
- "publish": "../../scripts/publish dns",
+ "publish-module": "node ../../scripts/publish.js dns",
70
"test": "mocha test/*.js",
71
"system-test": "mocha system-test/*.js --no-timeouts --bail"
72
0 commit comments