Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed May 20, 2018
1 parent edf55f3 commit 0792cf2
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 51 deletions.
112 changes: 64 additions & 48 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
"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-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",
"watch-run": "^1.2.5"
Expand Down
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'}

Expand Down

0 comments on commit 0792cf2

Please sign in to comment.