Skip to content

Commit faadb6e

Browse files
committed
Update dependencies, dev-dependencies
1 parent 9782432 commit faadb6e

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

.jscs.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
"hastscript.js",
66
"hastscript.min.js"
77
],
8-
"preset": "yandex",
8+
"preset": "crockford",
9+
"requireMultipleVarDecl": false,
10+
"disallowDanglingUnderscores": false,
911
"requireQuotedKeysInObjects": true,
10-
"disallowQuotedKeysInObjects": false,
12+
"disallowKeywords": [
13+
"with"
14+
],
1115
"maximumLineLength": {
1216
"value": 79,
1317
"allExcept": [

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Titus Wormer <[email protected]> (http://wooorm.com)"
2727
],
2828
"dependencies": {
29-
"camelcase": "^2.1.0",
29+
"camelcase": "^3.0.0",
3030
"comma-separated-tokens": "^1.0.0",
3131
"css-declarations": "^1.0.0",
3232
"hast-util-parse-selector": "^2.0.0",
@@ -39,14 +39,14 @@
3939
"esmangle": "^1.0.0",
4040
"hast": "0.0.2",
4141
"istanbul": "^0.4.0",
42-
"jscs": "^2.0.0",
43-
"jscs-jsdoc": "^1.0.0",
44-
"remark": "^4.0.0",
45-
"remark-comment-config": "^3.0.0",
46-
"remark-github": "^4.0.1",
47-
"remark-lint": "^3.0.0",
48-
"remark-usage": "^3.0.0",
49-
"remark-validate-links": "^3.0.0",
42+
"jscs": "^3.0.0",
43+
"jscs-jsdoc": "^2.0.0",
44+
"remark-cli": "^1.0.0",
45+
"remark-comment-config": "^4.0.0",
46+
"remark-github": "^5.0.0",
47+
"remark-lint": "^4.0.0",
48+
"remark-usage": "^4.0.0",
49+
"remark-validate-links": "^4.0.0",
5050
"tape": "^4.0.0"
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)