Skip to content

Commit

Permalink
jandres:snap to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Arnold committed Jan 31, 2016
1 parent bb42a0d commit dc19019
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "jandres:ionic",
summary: "Ionic components for Meteor. No Angular!",
version: "0.1.38",
version: "0.1.39",
git: "https://github.com/JoeyAndres/meteor-ionic.git"
});

Expand All @@ -28,7 +28,8 @@ Package.onUse(function(api) {
"tracker",
"session",
"jquery",
"jandres:[email protected]"
"jandres:[email protected]",
"fourseven:[email protected]"
], "client");

api.addFiles([
Expand Down

0 comments on commit dc19019

Please sign in to comment.