1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-08-08 17:20:08 +02:00
parent 0e443bfb1e
commit f45b6665b1
164 changed files with 998 additions and 893 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/utils",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "A collection of utilities shared across freesewing projects",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -21,7 +21,7 @@
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && rollup -c",
"build": "rollup -c",
"test": "echo \"utils: No tests configured. Perhaps you'd like to do this?\" && exit 0",
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
@ -62,10 +62,13 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
},
"rollup": {
"exports": "default"
}
}