Pārlūkot izejas kodu

Added npm shortcuts for test, build and docs

n1474335 8 gadi atpakaļ
vecāks
revīzija
6cbf9ef2c2
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      package.json

+ 5 - 0
package.json

@@ -76,5 +76,10 @@
     "xmldom": "^0.1.27",
     "xpath": "0.0.24",
     "zlibjs": "^0.2.0"
+  },
+  "scripts": {
+    "build": "grunt dev",
+    "test": "grunt test",
+    "docs": "grunt docs"
   }
 }