From 6a73a3af97206d9dcd0711d811a2c59a34f90fe4 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Mon, 9 Jan 2017 11:27:55 +0900 Subject: [PATCH] Fixes npm task bacause oh-my-cdn is removed --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 8aca27ea..56766b71 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,6 @@ "start": "electron ./index.js", "hot": "electron ./index.js --hot", "webpack": "webpack-dev-server --hot --inline --config webpack.config.js", - "postinstall": "npm run vendor", - "vendor": "oh-my-cdn", "compile": "grunt compile", "test": "PWD=$(pwd) NODE_ENV=test ava" },