Skip to content

Commit

Permalink
Update Ionic to 1.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Dec 18, 2014
1 parent e029751 commit 49885f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Package.describe({
summary: "Ionic framework packaged for Meteor.",
version: "0.0.6",
version: "0.0.7",
git: "https://github.com/Urigo/meteor-ionic.git"
});

Package.on_use(function (api, where) {
api.versionsFrom('METEOR@0.9.0.1');
api.use([
'urigo:angular@0.4.8',
'urigo:angular-ui-router@0.6.1',
'urigo:angular@0.5.9',
'urigo:angular-ui-router@0.6.2',
'mquandalle:bower@0.1.11'],
'client');

api.use([
'fastclick'
'fastclick@1.0.1'
], 'client', {weak : true});

api.imply([
Expand Down
8 changes: 4 additions & 4 deletions smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"homepage": "https://github.com/urigo/meteor-ionic",
"author": "Uri Goldshtein <uri.goldshtein@gmail.com> & Marc Rovira <marcrvall@gmail.com>",
"git": "https://github.com/urigo/meteor-ionic.git",
"version": "0.0.6",
"version": "0.0.7",
"packages": {
"bower": {}
},
"bower": {
"angular-sanitize": "1.2.26",
"angular-animate": "1.2.26",
"ionic": "1.0.0-beta.13"
"angular-sanitize": "1.3.6",
"angular-animate": "1.3.6",
"ionic": "1.0.0-beta.14"
}
}
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@
],
[
"urigo:angular",
"0.4.8"
"0.5.9"
],
[
"urigo:angular-ui-router",
"0.6.1"
"0.6.2"
]
],
"pluginDependencies": [],
"toolVersion": "meteor-tool@1.0.34",
"toolVersion": "meteor-tool@1.0.36",
"format": "1.0"
}

0 comments on commit 49885f3

Please sign in to comment.