@@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
- "prepare": "npm run build",
+ "install": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack"
},