Skip to content

Commit

Permalink
chore: update readme and package.json
Browse files Browse the repository at this point in the history
BREAKING CHANGE: complete update to angular 9
  • Loading branch information
rams23 committed Jul 5, 2020
1 parent fc673dc commit 8adbfab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Choose the version corresponding to your Angular version:
Angular | @xtream/ngx-validation-errors
----------- | -------------------
7 | 0.x
8 | 1.x
8 | 1.x
9 | 2.x


## Messages generation
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build-lib": "npx ng build @xtream/ngx-validation-errors"
"build-lib": "npx ng build @xtream/ngx-validation-errors",
"build_lib_prod": "npx ng build @xtream/ngx-validation-errors --prod",
"copy-license": "copy .\\LICENSE .\\dist\\xtream\\ngx-validation-errors",
"copy-readme": "copy .\\README.md .\\dist\\xtream\\ngx-validation-errors",
"copy-files": "npm run copy-license && npm run copy-readme",
"npm_pack": "cd dist/xtream/ngx-validation-errors && npm pack",
"package": "npm run build_lib_prod && npm run copy-files && npm run npm_pack",
"semantic-release": "npx semantic-release"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 8adbfab

Please sign in to comment.