Skip to content

Commit

Permalink
Merge pull request #50 from skirunman/patch-3
Browse files Browse the repository at this point in the history
Update fourseven:scss dependency to v3.4.1
  • Loading branch information
Joey Andres committed Mar 2, 2016
2 parents f65a6a8 + 04b9912 commit c9c588f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.52",
version: "0.1.53",
git: "https://github.com/JoeyAndres/meteor-ionic.git"
});

Expand All @@ -26,9 +26,9 @@ Package.onUse(function(api) {
"session",
"jquery",
"jandres:[email protected]",
"fourseven:scss@3.3.3",
"fourseven:scss@3.4.1",

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

api.addFiles([
Expand Down

0 comments on commit c9c588f

Please sign in to comment.