-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed to jandres:iscroll (gulpified)
- Loading branch information
Joey Arnold
committed
Feb 5, 2016
1 parent
cb52f46
commit 1303f55
Showing
2 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.42", | ||
version: "0.1.43", | ||
git: "https://github.com/JoeyAndres/meteor-ionic.git" | ||
}); | ||
|
||
|
@@ -25,7 +25,7 @@ Package.onUse(function(api) { | |
"tracker", | ||
"session", | ||
"jquery", | ||
"raix:iscroll@0.0.3", | ||
"jandres:iscroll[email protected]", | ||
"jandres:[email protected]", | ||
"fourseven:[email protected]" | ||
], "client"); | ||
|