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,5 +1,11 @@
# Change log for: @freesewing/core
## 2.7.2 (2020-07-29)
### Fixed
- Fixed wrong return value in debug message from Path
## 2.7.1 (2020-07-24)
### Added

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/core",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "A library for creating made-to-measure sewing patterns",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -25,7 +25,7 @@
"module": "dist/index.mjs",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && rollup -c && rollup -c rollup.tests.js",
"build": "rollup -c",
"test": "BABEL_ENV=production nyc -x node_modules -x tests/fixtures -x bin-pack mocha tests/*.test.js",
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
@ -49,10 +49,13 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
},
"rollup": {
"exports": "default"
}
}