Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DophinL committed Dec 28, 2018
1 parent 8e84e46 commit 1590d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified gscatter.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"test": "set SCATTER_ENV=testing&& mocha-webpack --timeout 1000000 --webpack-config webpack.config.js --require tests/setup.js \"tests/**/*.spec.js\"",
"testfile": "set SCATTER_ENV=testing&& mocha-webpack --timeout 1000000 --webpack-config webpack.config.js --require tests/setup.js ",
"start": "set SCATTER_ENV=development&& webpack --watch",
"build": "set SCATTER_ENV=production&& webpack"
"start": "SCATTER_ENV=development webpack --watch",
"build": "SCATTER_ENV=production webpack"
},
"author": "GXChain",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const devPlugins = [
})
];
const prodPlugins = devPlugins.concat([
new ZipPlugin({ path: '../', filename: 'scatter.zip' }),
new ZipPlugin({ path: '../', filename: 'gscatter.zip' }),
new UglifyJsPlugin(),
])

Expand Down

0 comments on commit 1590d25

Please sign in to comment.