chore: lerna
This commit is contained in:
parent
be7ed71d98
commit
bed289674f
|
@ -3,6 +3,9 @@
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --config ./build/build.webpack.config.js --mode production",
|
"build": "webpack --config ./build/build.webpack.config.js --mode production",
|
||||||
"clean": "rm -rf dist node_modules yarn.lock",
|
"clean": "rm -rf dist node_modules yarn.lock",
|
||||||
|
|
|
@ -19,6 +19,9 @@
|
||||||
"@flecks/redux": "^3.1.0",
|
"@flecks/redux": "^3.1.0",
|
||||||
"react-redux": "^7.2.2"
|
"react-redux": "^7.2.2"
|
||||||
},
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.0",
|
"@flecks/build": "^3.1.0",
|
||||||
"@flecks/fleck": "^3.1.0"
|
"@flecks/fleck": "^3.1.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user