From bd547087ca85c3c60466b326164017aa9cdd5653 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 6 Jul 2018 17:02:08 -0500 Subject: [PATCH] prepack -> prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66987a5..4d1fc03 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "build-babel": "babel --ignore 'src/browser.js' --out-dir dist src", "build-webpack": "npm run webpack", "clean": "rimraf dist embark.min.js embarkjs-*.tgz package", - "prepack": "npm run build", + "prepare": "npm run build", "server": "http-server", "test": "echo \"Error: no test specified\" && exit 1", "webpack": "webpack"