From 0359b4f8e99bb908d803e5ed86cdea979c275c48 Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Thu, 11 Aug 2016 20:32:57 -0400 Subject: [PATCH] fix publish script (#1480) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7e13fa7a..683dd66d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/vision", - "version": "0.1.0", + "version": "0.1.1", "author": "Google Inc.", "description": "Google Cloud Vision Client Library for Node.js", "contributors": [ @@ -31,7 +31,7 @@ ], "main": "./src/index.js", "files": [ - "./src/*", + "src", "AUTHORS", "CONTRIBUTORS", "COPYING" @@ -71,7 +71,7 @@ "tmp": "0.0.27" }, "scripts": { - "publish": "node ../../scripts/publish.js vision", + "publish-module": "node ../../scripts/publish.js vision", "test": "mocha test/*.js", "system-test": "mocha system-test/*.js --no-timeouts --bail" },