1
0
Fork 0

🔖 Publish v2.0.0-alpha.26

This commit is contained in:
Joost De Cock 2019-05-11 08:05:11 +02:00
parent 8ced046b0e
commit bd61373d20
49 changed files with 499 additions and 579 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/core",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"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/",
@ -36,13 +36,11 @@
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov",
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.mjs -f es"
},
"peerDependencies": {},
"dependencies": {
"bezier-js": "^2.2.13",
"bin-pack": "1.0.2",
"hooks": "^0.3.2"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",