1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-01-17 12:44:24 +01:00
parent bd27ce9998
commit dbd81dfd99
111 changed files with 640 additions and 619 deletions

View file

@ -1,6 +1,6 @@
{
"name": "create-freesewing-pattern",
"version": "2.11.3",
"version": "2.12.0-rc.0",
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -41,8 +41,8 @@
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^2.0.2",
"@freesewing/i18n": "^2.11.3",
"@freesewing/pattern-info": "^2.11.3"
"@freesewing/i18n": "^2.12.0-rc.0",
"@freesewing/pattern-info": "^2.12.0-rc.0"
},
"devDependencies": {},
"files": [
@ -55,7 +55,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",