Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Commit

Permalink
Set dependency of signature_pad to >= 1.5
Browse files Browse the repository at this point in the history
Closes #54
  • Loading branch information
jasny committed May 5, 2017
1 parent ca927f9 commit 7830f5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"angular": ">=1.3 <2.0",
"signature_pad": "~1.3"
"signature_pad": "~1.5"
}
}

5 changes: 4 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-signature",
"version": "1.0.2",
"version": "1.0.3",
"description": "HTML5 canvas based smooth signature drawing as angularJS directive",
"main": "src/signature.js",
"scripts": {
Expand All @@ -14,6 +14,9 @@
"angular",
"signature"
],
"dependencies": {
"signature_pad": "^1.5.0"
},
"author": "LegalThings <info@legalthings.net>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 7830f5f

Please sign in to comment.