Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
chore: merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
acateland committed Sep 8, 2016
2 parents 2c88dd4 + 6616838 commit af85243
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: node_js
cache:
directories:
- node_modules
node_js:
- "6"
before_script:
- npm prune
after_success:
- npm run test:cov
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean:coverage": "rimraf ./coverage",
"dev": "webpack --progress --colors --watch --env.dev",
"lint": "npm run lint:es",
"lint:es": "eslint --config .eslintrc src/app/**/*.js",
"lint:es": "eslint --config .eslintrc src/**/*.js",
"prepublish": "npm run build",
"test": "jest --no-cache",
"test:watch": "jest --watch",
Expand Down Expand Up @@ -86,6 +86,7 @@
"d3-shape": "1.0.3",
"d3-zoom": "1.0.2",
"invariant": "2.2.1",
"lodash": "4.15.0",
"react-immutable-proptypes": "2.1.0"
}
}
1 change: 1 addition & 0 deletions webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const CONFIG = {
devtool: 'source-map',
externals: {
'immutable': 'immutable',
'lodash': 'lodash',
'react': 'react',
'react-dom': 'react-dom',
'react-redux': 'react-redux',
Expand Down

0 comments on commit af85243

Please sign in to comment.