Skip to content

Commit

Permalink
🔧 Updated the node to allow the bootstrap of the tests. KamandPrompt#140
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeconias committed Oct 18, 2020
1 parent fde094a commit fcdf324
Show file tree
Hide file tree
Showing 2 changed files with 1,501 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"engines": {
"npm": "3.10.10",
"node": "6.9.4"
"node": "12.19.0"
},
"repository": {
"type": "git",
Expand All @@ -23,5 +23,10 @@
"ejs": "^2.5.5",
"express": "^4.14.0",
"socket.io": "^1.7.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^8.2.0"
}
}
Loading

0 comments on commit fcdf324

Please sign in to comment.