Skip to content

Commit bb9ccc8

Browse files
stephenpluspluscallmehiphop
authored andcommitted
fix publish script (#1480)
1 parent 95e5f67 commit bb9ccc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-cloud-dns/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/dns",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "Google Inc.",
55
"description": "Google Cloud DNS Client Library for Node.js",
66
"contributors": [
@@ -31,7 +31,7 @@
3131
],
3232
"main": "./src/index.js",
3333
"files": [
34-
"./src/*",
34+
"src",
3535
"AUTHORS",
3636
"CONTRIBUTORS",
3737
"COPYING"
@@ -66,7 +66,7 @@
6666
"tmp": "0.0.27"
6767
},
6868
"scripts": {
69-
"publish": "../../scripts/publish dns",
69+
"publish-module": "node ../../scripts/publish.js dns",
7070
"test": "mocha test/*.js",
7171
"system-test": "mocha system-test/*.js --no-timeouts --bail"
7272
},

0 commit comments

Comments
 (0)