Skip to content

Commit

Permalink
chore: restrict submodules based on minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Aug 5, 2014
1 parent 8b40dc1 commit 5589ecb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
},
"homepage": "https://github.com/angular/angular-hint",
"dependencies": {
"angular-hint-controllers": "0.3.0",
"angular-hint-directives": "0.1.0",
"angular-hint-dom": "0.3.0",
"angular-hint-events": "^0.2.0",
"angular-hint-interpolation": "^0.2.0",
"angular-hint-log": "0.2.0",
"angular-hint-modules": "0.3.0"
"angular-hint-controllers": "~0.3.0",
"angular-hint-directives": "~0.1.0",
"angular-hint-dom": "~0.3.0",
"angular-hint-events": "~0.2.0",
"angular-hint-interpolation": "~0.2.0",
"angular-hint-log": "~0.2.0",
"angular-hint-modules": "~0.3.0"
},
"devDependencies": {
"browserify": "^4.2.0",
Expand Down

0 comments on commit 5589ecb

Please sign in to comment.