Skip to content

Commit 1590d25

Browse files
committed
chore: update version
1 parent 8e84e46 commit 1590d25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gscatter.zip

-9.65 MB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"test": "set SCATTER_ENV=testing&& mocha-webpack --timeout 1000000 --webpack-config webpack.config.js --require tests/setup.js \"tests/**/*.spec.js\"",
88
"testfile": "set SCATTER_ENV=testing&& mocha-webpack --timeout 1000000 --webpack-config webpack.config.js --require tests/setup.js ",
9-
"start": "set SCATTER_ENV=development&& webpack --watch",
10-
"build": "set SCATTER_ENV=production&& webpack"
9+
"start": "SCATTER_ENV=development webpack --watch",
10+
"build": "SCATTER_ENV=production webpack"
1111
},
1212
"author": "GXChain",
1313
"license": "ISC",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const devPlugins = [
2222
})
2323
];
2424
const prodPlugins = devPlugins.concat([
25-
new ZipPlugin({ path: '../', filename: 'scatter.zip' }),
25+
new ZipPlugin({ path: '../', filename: 'gscatter.zip' }),
2626
new UglifyJsPlugin(),
2727
])
2828

0 commit comments

Comments
 (0)