1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-11-04 20:45:18 +01:00
parent 4fddcc8463
commit 995971dfaf
177 changed files with 930 additions and 954 deletions

View file

@ -1,6 +1,6 @@
{
"name": "create-freesewing-pattern",
"version": "2.10.0",
"version": "2.10.1-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/",
@ -36,13 +36,13 @@
"handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"make-dir": "^3.1.0",
"ora": "^5.1.0",
"ora": "^4.0.5",
"p-each-series": "^2.1.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^2.0.2",
"@freesewing/i18n": "^2.10.0",
"@freesewing/pattern-info": "^2.10.0"
"@freesewing/i18n": "^2.10.1-rc.0",
"@freesewing/pattern-info": "^2.10.1-rc.0"
},
"devDependencies": {},
"files": [
@ -55,7 +55,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",