Update eslint dependency to 0.21.0, q to 1.4.0.

This commit is contained in:
David Anson 2015-05-09 23:03:12 -07:00
parent b7f8a52899
commit 7d603f6ad8
2 changed files with 5 additions and 2 deletions

View file

@ -56,6 +56,7 @@
"no-loop-func": 2,
"no-mixed-requires": [2, true],
"no-mixed-spaces-and-tabs": [2, false],
"linebreak-style": [0, "unix"],
"no-multi-spaces": 2,
"no-multi-str": 2,
"no-multiple-empty-lines": [2, {"max": 2}],
@ -97,6 +98,7 @@
"no-undef-init": 2,
"no-undefined": 0,
"no-underscore-dangle": 2,
"no-unneeded-ternary": 2,
"no-unreachable": 2,
"no-unused-expressions": 2,
"no-unused-vars": [2, {"vars": "all", "args": "after-used"}],
@ -118,6 +120,7 @@
"consistent-this": [2, "self"],
"curly": [2, "all"],
"default-case": 2,
"dot-location": [2, "property"],
"dot-notation": [2, { "allowKeywords": true }],
"eol-last": 2,
"eqeqeq": 2,

View file

@ -24,10 +24,10 @@
},
"devDependencies": {
"browserify": "^10.1.3",
"eslint": "^0.20.0",
"eslint": "^0.21.0",
"istanbul": "^0.3.13",
"nodeunit": "^0.9.1",
"q": "^1.3.0"
"q": "^1.4.0"
},
"keywords": [
"markdown",