diff options
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 4cbdd72..d3d807f 100644 --- a/package.json +++ b/package.json | |||
@@ -8,6 +8,7 @@ | |||
8 | ], | 8 | ], |
9 | "scripts": { | 9 | "scripts": { |
10 | "build": "babel src/index.js -o index.js", | 10 | "build": "babel src/index.js -o index.js", |
11 | "prepublish": "npm run build", | ||
11 | "test": "echo \"Error: no test specified\" && exit 1" | 12 | "test": "echo \"Error: no test specified\" && exit 1" |
12 | }, | 13 | }, |
13 | "repository": { | 14 | "repository": { |