Skip to content

Commit f046083

Browse files
committed
Disable linting of JS, update deps
1 parent 968467c commit f046083

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
lines changed

.jshintrc

Lines changed: 0 additions & 31 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"name": "code-problems",
3-
"version": null,
43
"private": true,
54
"description": "Repository full of code problems and common solutions.",
6-
"main": null,
75
"dependencies": {},
86
"devDependencies": {
9-
"mocha": "~1.16.2",
10-
"jshint": "~2.4.0",
11-
"chai": "~1.8.1"
7+
"chai": "^3.5.0",
8+
"mocha": "^3.2.0"
129
},
1310
"scripts": {
14-
"test": "jshint solutions/javascript && mocha tests/javascript"
11+
"test": "mocha tests/javascript"
1512
},
1613
"repository": {
1714
"type": "git",

0 commit comments

Comments
 (0)