From 532fa493449e1acf6f52c2d7a892256c60fdd7bb Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 25 Jan 2014 20:22:31 -0800 Subject: [PATCH] fix prepublish script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd8098a..09ad851 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "scripts": { "test": "tape test/*.js", - "prepublish": "./bundle.js", + "prepublish": "./bundle.sh", "perf": "cd perf/solo && browserify --debug readUInt32BE.js > bundle.js && open index.html" }, "testling": { -- 2.34.1