Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from YunBongtae/build-error
Browse files Browse the repository at this point in the history
build error fix and version change
  • Loading branch information
YunBongtae authored Feb 23, 2021
2 parents 8bce710 + 23d573d commit e500fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "klaytn-wallet",
"version": "2.2.2",
"version": "2.3.0",
"description": "Klaytn Wallet Project",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"build": "webpack --config ./webpack.prod.config.js",
"build": "NODE_OPTIONS=--max-old-space-size=4096 webpack --config ./webpack.prod.config.js",
"start": "node ./klaytnwalletFront.production.js",
"start:local": "node ./klaytnwalletFront.local.js webpack.config.js --watch",
"cypress:open": "cypress open"
Expand Down

0 comments on commit e500fcd

Please sign in to comment.