Skip to content

Commit 43bf4d1

Browse files
committed
Merge pull request #429 from saller/development
Fix version of objectpath dependency.
2 parents baa4933 + 5838213 commit 43bf4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"angular": ">= 1.2",
2222
"tv4": "~1.0.15",
2323
"angular-sanitize": ">= 1.2",
24-
"objectpath": "~1.1.0"
24+
"objectpath": "^1.2.1"
2525
},
2626
"keywords": [
2727
"angular",

0 commit comments

Comments
 (0)