Added npm shortcuts for test, build and docs

This commit is contained in:
n1474335 2017-03-30 18:47:53 +01:00
parent 8ed4cb65c5
commit 6cbf9ef2c2
1 changed files with 5 additions and 0 deletions

View File

@ -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"
}
}