Skip to content

Commit 32bec79

Browse files
committed
Release version 3.0.0
1 parent f17dde2 commit 32bec79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/material-file-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-material-file-input",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"author": {
66
"name": "Jeremy Legros"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-file-input",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",
@@ -17,7 +17,7 @@
1717
"push:demo": "git subtree push --prefix dist/apps/demo-packaged origin gh-pages",
1818
"erase:demo": "git push origin --delete gh-pages",
1919
"deploy:demo": "npm run commit:demo && npm run push:demo",
20-
"publish:lib": "npm publish dist/material-file-input",
20+
"publish:lib": "npm publish ./dist/material-file-input",
2121
"affected:apps": "./node_modules/.bin/nx affected:apps",
2222
"affected:build": "./node_modules/.bin/nx affected:build",
2323
"affected:e2e": "./node_modules/.bin/nx affected:e2e",

0 commit comments

Comments
 (0)