Skip to content

Commit

Permalink
fix: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Apr 9, 2017
1 parent 2c14b51 commit 6c5edd2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -6,7 +6,8 @@
"indent": ["error", 4],
"no-var": "error",
"comma-dangle": ["error", "never"],
"no-console": 0
"no-console": 0,
"no-restricted-syntax": 0
},
"env": {
"node": true
Expand Down
22 changes: 12 additions & 10 deletions package.json
Expand Up @@ -5,7 +5,8 @@
"bin": "index.js",
"scripts": {
"test": "eslint .",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"upgrade": "ncu -a && npm install"
},
"config": {
"validate-commit-msg": {
Expand Down Expand Up @@ -43,16 +44,17 @@
},
"homepage": "https://github.com/finom/deploy-to-git#readme",
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.1",
"ghooks": "^1.3.2",
"semantic-release": "^4.3.5",
"validate-commit-msg": "^2.8.0"
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"ghooks": "^2.0.0",
"npm-check-updates": "^2.10.5",
"semantic-release": "^6.3.2",
"validate-commit-msg": "^2.12.1"
},
"dependencies": {
"object.entries": "^1.0.3"
"object.entries": "^1.0.4"
}
}

0 comments on commit 6c5edd2

Please sign in to comment.