1
0
Fork 0

🚧 Bumping alpha version

This commit is contained in:
Joost De Cock 2019-05-02 19:36:42 +02:00
parent 30ef565d80
commit c377171253
47 changed files with 222 additions and 148 deletions

View file

@ -27,7 +27,7 @@
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"mkdist": "mkdir -p dist",
"copyfiles": "cp -R index.js lib template dist/"
"copyfiles": "cp -R index.js package.json README.md lib template dist/"
},
"dependencies": {
"chalk": "^2.4.2",
@ -45,8 +45,14 @@
"p-each-series": "^1.0.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^1.3.1"
"which": "^1.3.1",
"@freesewing/i18n": "^2.0.0-alpha.9"
},
"files": [
"dist/*",
"README.md",
"package.json"
],
"publishConfig": {
"access": "public",
"tag": "alpha"
@ -55,11 +61,8 @@
"node": ">=8.0.0",
"npm": ">=5"
},
"files": [
"dist",
"!dist/template/default/node_modules"
],
"reveal": true,
"bin": {
"create-freesewing-pattern": "dist/index.js"
"create-freesewing-pattern": "index.js"
}
}