Use grunt rather than explicit test runner for npm
This commit is contained in:
+1
-1
@@ -54,6 +54,6 @@
|
||||
"handlebars": "bin/handlebars"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./spec/env/runner"
|
||||
"test": "grunt"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user