Skip to content

Commit

Permalink
fix(bower): Use range for bower deps to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonetto committed Apr 29, 2014
1 parent 32a3172 commit 32699be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.2.7"></a>
### 0.2.7 (2014-04-28)


#### Features

* **gen:** Update to Ionic beta.2 ([ea287631](http://github.com/diegonetto/generator-ionic/commit/ea287631a0e4bf6b2318091bb4d890b4ec048fe1))


<a name="0.2.6"></a>
### 0.2.6 (2014-04-16)

Expand Down
6 changes: 3 additions & 3 deletions templates/common/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "<%= appName %>",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.12",
"angular": "~1.2.12",
"ionic": "v1.0.0-beta.2"
},
"devDependencies": {
"angular-mocks": "1.2.12",
"angular-scenario": "1.2.12"
"angular-mocks": "~1.2.12",
"angular-scenario": "~1.2.12"
}
}

0 comments on commit 32699be

Please sign in to comment.