mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
add test script and specific mocha/should version in package.json
This commit is contained in:
parent
ff9007606b
commit
803efa03af
|
@ -2,6 +2,9 @@
|
|||
"name": "showdown",
|
||||
"version": "0.2.0",
|
||||
"author": "John Fraser",
|
||||
"scripts": {
|
||||
"test": "mocha ./test/run.js"
|
||||
},
|
||||
"contributors": [
|
||||
"John Gruber",
|
||||
"John Fraser",
|
||||
|
@ -19,8 +22,8 @@
|
|||
"web": "https://github.com/coreyti/showdown"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
"mocha": "1.3.0",
|
||||
"should": "1.2.0"
|
||||
},
|
||||
"licenses": [{
|
||||
"type": "BSD",
|
||||
|
|
Loading…
Reference in New Issue
Block a user