refactor: change angular dependency to 'angular@^1.3.0-rc.1'. that way the latest rc, or 1.3.0 or 1.x.x will be loaded in due course.

This commit is contained in:
Andreas Grimm
2014-09-14 19:45:35 +02:00
parent 9a175c13ed
commit 5f61007939
3 changed files with 6 additions and 3 deletions
@@ -7,7 +7,7 @@
}, },
"registry": "jspm", "registry": "jspm",
"dependencies": { "dependencies": {
"angular": "1.3.0-rc.1" "angular": "^1.3.0-rc.1"
}, },
"buildConfig": { "buildConfig": {
"minify": true "minify": true
@@ -7,6 +7,9 @@
}, },
"registry": "jspm", "registry": "jspm",
"dependencies": { "dependencies": {
"angular": "1.3.0-rc.1" "angular": "^1.3.0-rc.1"
},
"buildConfig": {
"minify": true
} }
} }
@@ -7,7 +7,7 @@
}, },
"registry": "jspm", "registry": "jspm",
"dependencies": { "dependencies": {
"angular": "1.3" "angular": "^1.3.0-rc.1"
}, },
"buildConfig": { "buildConfig": {
"minify": true "minify": true