🔧 Reconfigure packages
This commit is contained in:
parent
31f77441a3
commit
4970c36021
46 changed files with 159 additions and 85 deletions
|
@ -23,7 +23,6 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"dependencies": {
|
||||
"@freesewing/i18n": "^2.0.0-alpha.11",
|
||||
"chalk": "^2.4.2",
|
||||
"commander": "^2.19.0",
|
||||
"conf": "^2.2.0",
|
||||
|
@ -39,12 +38,16 @@
|
|||
"p-each-series": "^1.0.0",
|
||||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^1.3.1"
|
||||
"which": "^1.3.1",
|
||||
"@freesewing/i18n": "^2.0.0-alpha.11"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"lib",
|
||||
"template",
|
||||
"README.md",
|
||||
"package.json"
|
||||
"package.json",
|
||||
"!lib/*.test.js",
|
||||
"!template/default/node_modules"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue