Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
Update anime-dl to v4.0.6
Update eslint to v4.2.0
Update eslint-plugin-import to v2.7.0
Update husky to v0.14.3
Update lint-staged to v4.0.1
  • Loading branch information
lgaticaq committed Jul 9, 2017
1 parent 2cca924 commit 65c2b4b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 27 deletions.
60 changes: 38 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
},
"homepage": "https://github.com/lgaticaq/anime-dl-cli#readme",
"dependencies": {
"anime-dl": "^4.0.5",
"anime-dl": "^4.0.6",
"chalk": "^2.0.1",
"commander": "^2.11.0",
"ora": "^1.3.0",
"update-notifier": "^2.2.0"
},
"devDependencies": {
"eslint": "^4.1.1",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"generate-changelog": "^1.3.0",
"husky": "^0.14.2",
"lint-staged": "^4.0.0",
"husky": "^0.14.3",
"lint-staged": "^4.0.1",
"prettier-standard": "^6.0.0"
},
"eslintConfig": {
Expand Down

0 comments on commit 65c2b4b

Please sign in to comment.