Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
fixes #182 - ionic bower version descriptor ~1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppjo committed May 6, 2015
1 parent a42d53b commit 285b59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/sources/bower-config.js
Expand Up @@ -5,7 +5,7 @@ var inquirer = require('inquirer');
module.exports = {
bowerJSON: {
dependencies: {
'ionic': 'v1.0.0-rc.4',
'ionic': '~1.0.0',
'angular': '~1.3.14',
'angular-animate': '~1.3.14',
'angular-sanitize': '~1.3.14',
Expand Down
2 changes: 1 addition & 1 deletion test/test-app.js
Expand Up @@ -71,7 +71,7 @@ describe('m', function () {
it('has proper bower.json content', function () {
assert.fileContent([
// dependencies, test only one as example
['bower.json', 'ionic": "v1.0.0-rc.4"'],
['bower.json', 'ionic": "~1.0.0"'],
// resolutions, test only one as example
['bower.json', 'angular": "~1.3.14"'],
// optional, test all for correctness
Expand Down

0 comments on commit 285b59f

Please sign in to comment.