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:
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "1.3"
|
||||
"angular": "^1.3.0-rc.1"
|
||||
},
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
|
||||
Reference in New Issue
Block a user