Skip to content

Commit

Permalink
Update dependencies to include @netanelgilad Cordova fix of angular-m…
Browse files Browse the repository at this point in the history
…eteor
  • Loading branch information
Urigo committed Oct 24, 2014
1 parent fb0cae4 commit a740ffb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package.describe({
summary: "Ionic framework packaged for Meteor.",
version: "0.0.3",
version: "0.0.4",
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.2',
'urigo:angular-ui-router@0.6.0',
'urigo:angular@0.4.8',
'urigo:angular-ui-router@0.6.1',
'mquandalle:bower@0.1.11'],
'client');

Expand Down
2 changes: 1 addition & 1 deletion smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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.3",
"version": "0.0.4",
"packages": {
"bower": {}
},
Expand Down
10 changes: 3 additions & 7 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
],
[
"templating",
"1.0.4"
"1.0.7"
],
[
"tinytest",
Expand All @@ -112,21 +112,17 @@
"tracker",
"1.0.2"
],
[
"ui",
"1.0.1"
],
[
"underscore",
"1.0.0"
],
[
"urigo:angular",
"0.4.2"
"0.4.8"
],
[
"urigo:angular-ui-router",
"0.6.0"
"0.6.1"
]
],
"pluginDependencies": [],
Expand Down

0 comments on commit a740ffb

Please sign in to comment.