mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
fix coveralls?
This commit is contained in:
parent
987cbe911a
commit
f9fe00b36c
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ skins/*/*.png
|
||||
node_modules/
|
||||
.DS_Store
|
||||
*.rdb
|
||||
coverage/
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "mocha | coveralls",
|
||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "~1.8.1",
|
||||
@ -30,6 +30,7 @@
|
||||
"coveralls": "^2.11.2",
|
||||
"debug": "~2.0.0",
|
||||
"express": "~4.9.0",
|
||||
"istanbul": "^0.3.2",
|
||||
"jade": "~1.6.0",
|
||||
"lwip": "0.0.5",
|
||||
"mocha": "2.0.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user