add test script and specific mocha/should version in package.json
This commit is contained in:
parent
ff9007606b
commit
803efa03af
1 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
||||||
"name": "showdown",
|
"name": "showdown",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"author": "John Fraser",
|
"author": "John Fraser",
|
||||||
|
"scripts": {
|
||||||
|
"test": "mocha ./test/run.js"
|
||||||
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"John Gruber",
|
"John Gruber",
|
||||||
"John Fraser",
|
"John Fraser",
|
||||||
|
@ -19,8 +22,8 @@
|
||||||
"web": "https://github.com/coreyti/showdown"
|
"web": "https://github.com/coreyti/showdown"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "*",
|
"mocha": "1.3.0",
|
||||||
"should": "*"
|
"should": "1.2.0"
|
||||||
},
|
},
|
||||||
"licenses": [{
|
"licenses": [{
|
||||||
"type": "BSD",
|
"type": "BSD",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue