1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-04-11 17:32:58 +02:00
parent ce5aa3950a
commit dc133297f1
119 changed files with 1268 additions and 1125 deletions

View file

@ -2,7 +2,7 @@
"name": "@freesewing/prettier-config",
"version": "2.15.0-rc.0",
"description": "FreeSewing's shared configuration for prettier",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
@ -16,13 +16,16 @@
"scripts": {
"build": "echo \"prettier-config: No build required\" && exit 0"
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {},
"files": [
"index.json",
"package.json"
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",