Przeglądaj źródła

Merge pull request #4 from mohsen1/patch-1

Remove unnecessary paths to executables in npm scripts
Alexandru Dima 9 lat temu
rodzic
commit
710ef24847
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -6,9 +6,9 @@
   "author": "Microsoft Corporation",
   "license": "MIT",
   "scripts": {
-    "simpleserver": "node_modules/.bin/http-server -c-1 ../",
-    "release": "node_modules/.bin/gulp release",
-    "website": "node_modules/.bin/gulp website"
+    "simpleserver": "http-server -c-1 ../",
+    "release": "gulp release",
+    "website": "gulp website"
   },
   "repository": {
     "type": "git",