Skip to content

Commit

Permalink
Update fourseven:scss dependency to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skirunman authored and Joey Arnold committed Mar 5, 2016
1 parent 911e71f commit 77dfea8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package.describe({
name: "jandres:ionic",
summary: "Ionic components for Meteor. No Angular!",
version: "0.1.53",
git: "https://github.com/JoeyAndres/meteor-ionic.git"
name: "jandres:ionic",
summary: "Ionic components for Meteor. No Angular!",
version: "0.1.54",
git: "https://github.com/JoeyAndres/meteor-ionic.git"
});


Expand All @@ -25,9 +25,9 @@ Package.onUse(function (api) {
"session",
"jquery",
"jandres:[email protected]",
"fourseven:[email protected].3",
"fourseven:[email protected].1",

"jandres:[email protected].4"
"jandres:[email protected].5"
], "client");

api.addFiles([
Expand Down

0 comments on commit 77dfea8

Please sign in to comment.