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

@ -27,9 +27,11 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
},
"peerDependencies": {},
"dependencies": {
"remark-jargon": "^2.14.0-rc.0"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -37,7 +39,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",