Skip to content

Commit

Permalink
Merge pull request #5 from ti-ka/dev-20
Browse files Browse the repository at this point in the history
Updated package.json
  • Loading branch information
Tika Pahadi authored Dec 18, 2020
2 parents 0cf4047 + 4ad7b99 commit 13a8968
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "@ng-plus/signature-pad",
"version": "0.0.5",
"version": "1.0.2",
"license": "MIT",
"author": {
"name": "Tika Pahadi",
"email": "[email protected]"
},
"description": "An angular wrapper for signature_pad.",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
},
"dependencies": {
"signature_pad": "3.0.0-beta.2"
"signature_pad": "3.0.0-beta.4"
}
}

0 comments on commit 13a8968

Please sign in to comment.