Fix Travis
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user