chore(package.json): change test runner to grunt

This commit is contained in:
Estevão Soares dos Santos 2015-05-16 00:19:40 +01:00
parent 7c7f49e8de
commit a7b5077a29

View File

@ -32,7 +32,7 @@
],
"main": "./src/showdown",
"scripts": {
"test": "mocha ./test/run.js"
"test": "grunt test"
},
"devDependencies": {
"angular": "^1.3.2",