Update dependencies: eslint to 4.13.1, uglify-js to 3.2.2.

This commit is contained in:
David Anson 2017-12-16 23:21:24 -08:00
parent 0b2c810389
commit 5bc016e404
2 changed files with 3 additions and 2 deletions

View file

@ -47,6 +47,7 @@
"id-blacklist": "error", "id-blacklist": "error",
"id-length": "off", "id-length": "off",
"id-match": "error", "id-match": "error",
"implicit-arrow-linebreak": "error",
"indent": ["error", 2, { "SwitchCase": 1 }], "indent": ["error", 2, { "SwitchCase": 1 }],
"indent-legacy": "off", "indent-legacy": "off",
"init-declarations": "error", "init-declarations": "error",

View file

@ -28,14 +28,14 @@
"devDependencies": { "devDependencies": {
"browserify": "^14.5.0", "browserify": "^14.5.0",
"cpy-cli": "^1.0.1", "cpy-cli": "^1.0.1",
"eslint": "^4.11.0", "eslint": "^4.13.1",
"glob": "^7.1.2", "glob": "^7.1.2",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"nodeunit": "^0.11.2", "nodeunit": "^0.11.2",
"q": "^1.5.1", "q": "^1.5.1",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"tv4": "^1.3.0", "tv4": "^1.3.0",
"uglify-js": "^3.1.10" "uglify-js": "^3.2.2"
}, },
"keywords": [ "keywords": [
"markdown", "markdown",