Skip to content

Commit

Permalink
Upgrade dependencies and remove prelint command
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 13, 2018
1 parent 18ec073 commit 8281a34
Show file tree
Hide file tree
Showing 2 changed files with 1,852 additions and 577 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"main": "index.js",
"scripts": {
"lint": "eslint lib index.js",
"prelint": "npm link && npm link eslint-plugin-wyze",
"pretest": "npm run lint",
"test": "jest",
"version": "write-changelog"
Expand All @@ -31,17 +30,17 @@
"node": ">=6"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-plugin-transform-inline-imports-commonjs": "^1.2.0",
"babel-preset-env": "^1.5.2",
"changelog-maker": "^2.2.5",
"eslint": "^4.1.1",
"eslint-config-airbnb": "^15.0.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-wyze": "^5.0.0",
"eslint-plugin-eslint-comments": "^1.0.2",
"eslint-plugin-import": "^2.6.0",
"jest": "^20.0.4",
"eslint-plugin-eslint-comments": "^2.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-wyze": "file:./",
"jest": "^22.4.2",
"write-changelog": "^1.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8281a34

Please sign in to comment.