Fix Travis

This commit is contained in:
2019-05-24 08:48:01 +05:30
parent d1e0f2a907
commit 1179046127
5 changed files with 1101 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node .",
"test": "node test"
"test": "mocha test.js"
},
"repository": {
"type": "git",
@@ -23,8 +23,11 @@
"homepage": "https://github.com/chrisvrose/nodejs-fm#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"express": "^4.17.0",
"jquery": "^3.4.1",
"mocha": "^6.1.4",
"requests": "^0.2.2"
}
}