Skip to content

Commit

Permalink
chore: update to Angular 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Mar 27, 2016
1 parent 8074899 commit 393d00e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function(grunt) {
grunt.util.linefeed = '\n';

grunt.initConfig({
ngversion: '1.5.2',
ngversion: '1.5.3',
bsversion: '3.3.6',
modules: [],//to be filled in by build task
pkg: grunt.file.readJSON('package.json'),
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"url": "https://github.com/angular-ui/bootstrap.git"
},
"devDependencies": {
"angular": "1.5.2",
"angular-mocks": "1.5.2",
"angular-sanitize": "1.5.2",
"angular": "1.5.3",
"angular-mocks": "1.5.3",
"angular-sanitize": "1.5.3",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
Expand Down

0 comments on commit 393d00e

Please sign in to comment.