1
0
Fork 0

🔖 Publish v2.0.0-alpha.12

This commit is contained in:
Joost De Cock 2019-05-03 10:07:37 +02:00
parent 4970c36021
commit 108dbc7a81
47 changed files with 79 additions and 150 deletions

View file

@ -1,6 +1,6 @@
{
"name": "create-freesewing-pattern",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"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,7 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
},
"dependencies": {
"@freesewing/i18n": "^2.0.0-alpha.12",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"conf": "^2.2.0",
@ -38,8 +39,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.11"
"which": "^1.3.1"
},
"files": [
"lib",