chore: Reconfigure packages
This commit is contained in:
parent
c7905690a0
commit
3d15149d67
170 changed files with 884 additions and 862 deletions
|
@ -1,6 +1,12 @@
|
|||
# Change log for: create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.20.4 (2022-01-28)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Downgraded back to react-scripts 4 because 5 has a regression bug
|
||||
|
||||
## 2.20.3 (2022-01-28)
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-freesewing-pattern",
|
||||
"version": "2.20.3",
|
||||
"version": "2.20.4-rc.0",
|
||||
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
|
||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -46,8 +46,8 @@
|
|||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^2.0.2",
|
||||
"@freesewing/i18n": "^2.20.3",
|
||||
"@freesewing/pattern-info": "^2.20.3"
|
||||
"@freesewing/i18n": "^2.20.4-rc.0",
|
||||
"@freesewing/pattern-info": "^2.20.4-rc.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
|
@ -60,7 +60,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
"tag": "next"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue