Skip to content

Commit

Permalink
update to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merlosy committed Apr 29, 2018
1 parent 04b604c commit a274057
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions libs/material-file-input/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "ngx-material-file-input",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"private": true,
"peerDependencies": {
"@angular/common": "^5.1.0",
"@angular/core": "^5.1.0",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-file-input",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -14,7 +14,8 @@
"build:demo": "ng build -a=demo-packaged --prod",
"commit:demo": "git add dist/apps/demo-packaged && git commit -m \"update demo\"",
"push:demo": "git subtree push --prefix dist/apps/demo-packaged origin gh-pages",
"publih:demo": "npm run commit:demo && npm run push:demo",
"deploy:demo": "npm run commit:demo && npm run push:demo",
"publish:lib": "npm publish dist/material-file-input",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
Expand Down

0 comments on commit a274057

Please sign in to comment.