Skip to content

Commit

Permalink
Merge 297563f into 8d50c53
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanandel committed Feb 1, 2017
2 parents 8d50c53 + 297563f commit 804f968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -25,8 +25,10 @@
"mocha": "3.2.0",
"mocha-lcov-reporter": "1.2.0",
"nyc": "10.0.0",
"rollup": "0.39.0",
"rollup": "^0.41.4",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "1.1.1",
"uglify-js": "2.7.5"
},
Expand Down
1 change: 1 addition & 0 deletions rollup.config.es6.js
Expand Up @@ -6,6 +6,7 @@ import commonjs from 'rollup-plugin-commonjs'

export default {
entry: 'src/jsts.js',
format: 'es',
exports: 'named',
plugins: [
replace({
Expand Down

0 comments on commit 804f968

Please sign in to comment.