Skip to content

Commit

Permalink
fix: npm audit issues (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga authored and felangel committed Oct 16, 2019
1 parent 1d3246a commit 615205c
Show file tree
Hide file tree
Showing 5 changed files with 8,591 additions and 5,654 deletions.
2 changes: 1 addition & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const rollup = require('rollup')
const buble = require('rollup-plugin-buble')
const commonjs = require('rollup-plugin-commonjs')
const nodeResolve = require('rollup-plugin-node-resolve')
const uglify = require('rollup-plugin-uglify')
const { uglify } = require('rollup-plugin-uglify')
const replace = require('rollup-plugin-replace')
const isProd = process.env.NODE_ENV === 'production'
const version = process.env.VERSION || require('../package.json').version
Expand Down
Loading

0 comments on commit 615205c

Please sign in to comment.