Browse Source

Remove bower from npm scripts.

Herby Vojčík 5 years ago
parent
commit
186f71719a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -26,8 +26,8 @@
   },
   "scripts": {
     "reset": "npm run clean && npm run init",
-    "clean": "(rm -rf bower_components || rd /s/q bower_components) && (rm -rf node_modules || rd /s/q node_modules)",
-    "init": "npm install && bower install && grunt default devel",
+    "clean": "rm -rf node_modules || rd /s/q node_modules",
+    "init": "npm install && grunt default devel",
     "test": "grunt test"
   },
   "dependencies": {