We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968467c commit f046083Copy full SHA for f046083
.jshintrc
package.json
@@ -1,17 +1,14 @@
1
{
2
"name": "code-problems",
3
- "version": null,
4
"private": true,
5
"description": "Repository full of code problems and common solutions.",
6
- "main": null,
7
"dependencies": {},
8
"devDependencies": {
9
- "mocha": "~1.16.2",
10
- "jshint": "~2.4.0",
11
- "chai": "~1.8.1"
+ "chai": "^3.5.0",
+ "mocha": "^3.2.0"
12
},
13
"scripts": {
14
- "test": "jshint solutions/javascript && mocha tests/javascript"
+ "test": "mocha tests/javascript"
15
16
"repository": {
17
"type": "git",
0 commit comments