Allow minor angular version on 1.3

This commit is contained in:
Douglas Duteil
2015-01-21 10:55:47 +01:00
parent ed1f4443b0
commit b5d09cdce0
2 changed files with 2 additions and 2 deletions
@@ -6,6 +6,6 @@
} }
}, },
"dependencies": { "dependencies": {
"angular": "1.3" "angular": "^1.3.0"
} }
} }
@@ -6,6 +6,6 @@
} }
}, },
"dependencies": { "dependencies": {
"angular": "^1.3" "angular": "^1.3.0"
} }
} }