Skip to content

Commit

Permalink
Add eslint ignore for build files. Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hong committed Jul 6, 2018
1 parent cf818f7 commit fce854b
Show file tree
Hide file tree
Showing 3 changed files with 1,457 additions and 643 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
coverage
lib
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-loader": "^7.1.5",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-env": "^1.7.0",
"codecov": "^2.3.1",
"eslint": "^4.5.0",
"eslint-config-aftership": "^4.0.2",
"eslint-plugin-import": "^2.7.0",
"jest": "^21.2.1",
"eslint-config-aftership": "^4.5.0",
"eslint-plugin-import": "^2.13.0",
"jest": "^23.3.0",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.9.1"
},
Expand Down
Loading

0 comments on commit fce854b

Please sign in to comment.