1
0
Fork 0

chore(cornelius): Fixed linter warnings

This commit is contained in:
Joost De Cock 2021-03-01 18:52:03 +01:00
parent 0756d0fd59
commit a325de31bd
115 changed files with 1598 additions and 1515 deletions

View file

@ -23,9 +23,8 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
},
"peerDependencies": {},
"dependencies": {
"@freesewing/i18n": "^2.14.0-rc.0",
"@freesewing/pattern-info": "^2.14.0-rc.0",
"chalk": "^4.1.0",
"commander": "^6.0.0",
"conf": "^7.1.1",
@ -42,8 +41,11 @@
"p-each-series": "^2.1.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^2.0.2"
"which": "^2.0.2",
"@freesewing/i18n": "^2.14.0-rc.0",
"@freesewing/pattern-info": "^2.14.0-rc.0"
},
"devDependencies": {},
"files": [
"lib",
"template",
@ -54,7 +56,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",