mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(package.json): change test runner to grunt
This commit is contained in:
parent
7c7f49e8de
commit
a7b5077a29
|
@ -32,7 +32,7 @@
|
||||||
],
|
],
|
||||||
"main": "./src/showdown",
|
"main": "./src/showdown",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha ./test/run.js"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"angular": "^1.3.2",
|
"angular": "^1.3.2",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user