chore: Reconfigure packages
This commit is contained in:
parent
914f8a4d24
commit
74b61d1a93
194 changed files with 744 additions and 738 deletions
|
@ -1,6 +1,12 @@
|
|||
# Change log for: create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Don't list pattern as dependency in the example package.json
|
||||
|
||||
## 2.16.0 (2021-05-24)
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-freesewing-pattern",
|
||||
"version": "2.16.1-rc.0",
|
||||
"version": "2.16.1",
|
||||
"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/",
|
||||
|
@ -42,8 +42,8 @@
|
|||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^2.0.2",
|
||||
"@freesewing/i18n": "^2.16.1-rc.0",
|
||||
"@freesewing/pattern-info": "^2.16.1-rc.0"
|
||||
"@freesewing/i18n": "^2.16.1",
|
||||
"@freesewing/pattern-info": "^2.16.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
|
@ -56,7 +56,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "next"
|
||||
"tag": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue