1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-05-10 10:54:34 +02:00
parent 9e89e0d27c
commit 3aa7b7ee4d
47 changed files with 219 additions and 148 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/pattern-info",
"version": "2.0.0-alpha.21",
"version": "2.0.0-alpha.24",
"description": "Information about available freesewing patterns",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -29,11 +29,11 @@
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"NOprebuild": "node src/prebuild.js"
"prebuild": "node src/prebuild.js"
},
"peerDependencies": {
"@freesewing/core": "^2.0.0-alpha.20",
"@freesewing/plugin-bundle": "^2.0.0-alpha.20"
"@freesewing/core": "^2.0.0-alpha.24",
"@freesewing/plugin-bundle": "^2.0.0-alpha.24"
},
"files": [
"dist/*",