Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed May 29, 2018
1 parent 56fb908 commit e902578
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 131 deletions.
211 changes: 85 additions & 126 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@
"eslint": "^4.19.1",
"klipse-github-docs-generator": "^0.3.3",
"livereload": "^0.7.0",
"mocha": "^5.1.1",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"ramda": "^0.25.0",
"rollup": "^0.59.1",
"rollup": "^0.59.4",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-uglify": "^4.0.0",
"sprintf-js": "^1.1.1",
"uglify-js": "^3.3.25",
"uglify-js": "^3.3.27",
"watch-run": "^1.2.5"
}
}
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import babel from 'rollup-plugin-babel'
import nodeResolve from 'rollup-plugin-node-resolve'
import replace from 'rollup-plugin-replace'
import uglify from 'rollup-plugin-uglify'
import {uglify} from 'rollup-plugin-uglify'

const globals = {infestines: 'I', 'partial.lenses': 'L'}

Expand Down

0 comments on commit e902578

Please sign in to comment.