Skip to content

Commit

Permalink
Merge pull request #155 from selemxmn/v1.3.0HotFix
Browse files Browse the repository at this point in the history
V1.3.0 hot fix
  • Loading branch information
selemxmn authored Jan 4, 2023
2 parents a20e47f + 439c656 commit 41506f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-print",
"version": "1.3.0",
"version": "1.3.1",
"description": "Plug n' Play Angular (2++) directive to print your stuff",
"author": "https://github.com/selemxmn/ngx-print/graphs/contributors",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"ngx-print/*": [
"dist/ngx-print/*"
]
}
},
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}

0 comments on commit 41506f2

Please sign in to comment.