1
0
Fork 0

🔖 Publish v2.0.0-alpha.25

This commit is contained in:
Joost De Cock 2019-05-10 10:58:01 +02:00
parent 3aa7b7ee4d
commit 33b1259667
48 changed files with 84 additions and 155 deletions

View file

@ -1,6 +1,6 @@
{
"name": "create-freesewing-pattern",
"version": "2.0.0-alpha.24",
"version": "2.0.0-alpha.25",
"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/",
@ -23,6 +23,8 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
},
"dependencies": {
"@freesewing/i18n": "^2.0.0-alpha.25",
"@freesewing/pattern-info": "^2.0.0-alpha.25",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"conf": "^2.2.0",
@ -38,9 +40,7 @@
"p-each-series": "^1.0.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^1.3.1",
"@freesewing/i18n": "^2.0.0-alpha.24",
"@freesewing/pattern-info": "^2.0.0-alpha.24"
"which": "^1.3.1"
},
"files": [
"lib",