Skip to content

Commit

Permalink
Coments
Browse files Browse the repository at this point in the history
  • Loading branch information
parikshit223933 committed Feb 6, 2023
1 parent aeb1087 commit 8a298a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions deploy-ninjas-transforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version-select
ng build ninjas-transforms

cd ../../dist/ninjas-transforms
npm version patch
npm publish

cd ../..
4 changes: 2 additions & 2 deletions dist/ninjas-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ninjas-transforms",
"version": "1.0.3",
"version": "1.0.5",
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0"
Expand All @@ -15,4 +15,4 @@
"fesm2015": "fesm2015/ninjas-transforms.js",
"typings": "ninjas-transforms.d.ts",
"sideEffects": false
}
}
2 changes: 1 addition & 1 deletion projects/ninjas-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ninjas-transforms",
"version": "1.0.3",
"version": "1.0.4",
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0"
Expand Down

0 comments on commit 8a298a7

Please sign in to comment.