1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-02-13 20:28:36 +01:00
parent a7f0053024
commit 48021ca7bb
111 changed files with 1129 additions and 1005 deletions

View file

@ -35,11 +35,13 @@
"report": "BABEL_ENV=production nyc report --reporter=html",
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
},
"peerDependencies": {},
"dependencies": {
"bezier-js": "^4.0.3",
"bin-pack": "^1.0.2",
"hooks": "^0.3.2"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -47,7 +49,7 @@
],
"publishConfig": {
"access": "public",
"tag": "next"
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",