Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayree committed Nov 15, 2019
1 parent a037632 commit b75257e
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 173 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"sourceType": "module"
},
"rules": {
"space-before-function-paren": "off",
"no-console": "off"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"lint-staged": "^9.4.3",
"marked": "0.7.0",
"marked-man": "^0.7.0",
"nyc": "^14.1.1",
"prettier-standard": "^15.0.1",
"standard": "^14.3.1",
"standard-version": "^7.0.0",
"tap": "^14.9.1"
"tap": "^14.9.2"
},
"config": {
"nyc": {
Expand Down
Loading

0 comments on commit b75257e

Please sign in to comment.