1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-05-01 15:06:36 +02:00
parent b34bb55969
commit 4bf202bf7b
131 changed files with 570 additions and 570 deletions

View file

@ -4,7 +4,7 @@
**Note:** Version bump only for package plugin-scalebox
## 2.6.0 (2020-04-26)
## 2.6.0 (2020-05-01)
**Note:** Version bump only for package plugin-scalebox

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-scalebox",
"version": "2.6.0-rc.1",
"version": "2.6.0",
"description": "A FreeSewing plugin to add a scalebox to your pattern",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -32,7 +32,7 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.6.0-rc.1"
"@freesewing/core": "^2.6.0"
},
"dependencies": {},
"devDependencies": {},
@ -43,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "next"
"tag": "latest"
},
"engines": {
"node": ">=8.0.0",