Skip to content

Commit

Permalink
Try to fix travis fail. Remove unwanted dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjm17971 committed Jun 15, 2017
1 parent 342d4c8 commit 82638f5
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 249 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "react-app"
"extends": "react-app",
"rules": {
"import/no-webpack-loader-syntax": "off"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"merge": "^1.2.0",
"moment": "^2.8.4",
"moment-duration-format": "^1.3.0",
"pond": "^0.2.0",
"prop-types": "^15.5.10",
"underscore": "^1.7.0"
},
Expand Down
Loading

0 comments on commit 82638f5

Please sign in to comment.