File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "url" : " git://github.com/mgonto/restangular.git"
99 },
1010 "dependencies" : {
11- "lodash" : " >=1.3.0 <2.5.0 " ,
12- "angular" : " ~1.2. x"
11+ "lodash" : " >=1.3.0" ,
12+ "angular" : " ~1.x"
1313 },
1414 "ignore" : [
1515 " node_modules" ,
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ module.exports = function(config) {
1111
1212 // list of files / patterns to load in the browser
1313 files : [
14- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6 /angular.js' ,
15- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6 /angular-mocks.js' ,
16- 'http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1 /lodash.js' ,
14+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.12 /angular.js' ,
15+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.12 /angular-mocks.js' ,
16+ 'http://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.3.0 /lodash.js' ,
1717 'src/restangular.js' ,
1818 'test/*.js'
1919 ] ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = function(config) {
1313 files : [
1414 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.js' ,
1515 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular-mocks.js' ,
16- 'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0 /underscore.js' ,
16+ 'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.1 /underscore.js' ,
1717 'src/restangular.js' ,
1818 'test/*.js'
1919 ] ,
Original file line number Diff line number Diff line change 2929 }
3030 ],
3131 "dependencies" : {
32- "lodash" : " >=1.3.0 <2.5.0 "
32+ "lodash" : " >=1.3.0"
3333 },
3434 "devDependencies" : {
3535 "grunt-cli" : " >= 0.1.7" ,
3838 "grunt-contrib-uglify" : " *" ,
3939 "grunt-bower" : " *" ,
4040 "grunt-bower-task" : " *" ,
41-
4241 "grunt-karma" : " latest" ,
4342 "grunt-conventional-changelog" : " 0.0.12" ,
4443 "grunt-zip" : " *" ,
5352 "test" : " grunt test --verbose"
5453 },
5554 "license" : " MIT"
56- }
55+ }
You can’t perform that action at this time.
0 commit comments