Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
chore(dep): dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Apr 29, 2014
1 parent 5cdb98f commit d2b3370
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"url": "https://github.com/angular-ui/ui-codemirror.git"
},
"dependencies": {
"angular": ">=1.0.x",
"codemirror": "~3.19.0"
"angular": "^1",
"codemirror": "^3"
},
"devDependencies": {
"angular-mocks": ">=1.0.x"
"angular-mocks": "^1"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"devDependencies": {
"angular-ui-publisher": "1.2.x",
"grunt": "~0.4.2",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-conventional-changelog": "~1.0.0",
"grunt-karma": "~0.6.2",
"grunt-contrib-connect": "~0.7.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-conventional-changelog": "~1.1.0",
"grunt-karma": "~0.8.0",
"grunt-ngmin": "0.0.3",
"karma": "~0.10.8",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.1",
"karma-coffee-preprocessor": "~0.1.1",
"karma-coffee-preprocessor": "~0.2.1",
"karma-firefox-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "~0.2.0",
"load-grunt-tasks": "~0.4.0",
"requirejs": "~2.1.9"
},
"scripts": {},
Expand Down

0 comments on commit d2b3370

Please sign in to comment.