Skip to content

Commit c85cc7b

Browse files
author
runarberg
committed
Update dependencies
1 parent 88046cd commit c85cc7b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"node": true,
44
"browser": false
55
},
6-
"plugins": ["nodeca"],
76
"rules": {
87
"array-bracket-spacing": [ 2, "always" ],
98
"block-scoped-var": 2,
@@ -19,6 +18,7 @@
1918
"eqeqeq": 2,
2019
"guard-for-in": 2,
2120
"handle-callback-err": 2,
21+
"indent": [ 2, 2, { "VariableDeclarator": { "var": 2, "let": 2, "const": 3 } } ],
2222
"max-depth": [ 1, 6 ],
2323
"max-nested-callbacks": [ 1, 4 ],
2424
"max-len": [ 2, 120, 1000 ],
@@ -107,6 +107,5 @@
107107
"use-isnan": 2,
108108
"yoda": 2,
109109
"valid-typeof": 2,
110-
"nodeca/indent": [2, "spaces", 2]
111110
}
112111
}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@
3838
},
3939
"devDependencies": {
4040
"babelify": "^6.3.0",
41-
"browserify": "^11.0.1",
42-
"eslint": "^1.3.1",
43-
"eslint-plugin-nodeca": "^1.0.3",
41+
"browserify": "^11.1.0",
42+
"eslint": "^1.4.3",
4443
"markdown-it": "^4.1.0",
4544
"markdown-it-testgen": "^0.1.4",
46-
"mocha": "^2.2.1",
45+
"mocha": "^2.3.2",
4746
"texzilla": "^0.9.9",
4847
"uglifyjs": "^2.4.10"
4948
}

0 commit comments

Comments
 (0)