mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-06-30 06:12:08 -06:00
add fastclick
This commit is contained in:
parent
1b8f320ff4
commit
778fa0bb15
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ Package.describe({
|
|||
|
||||
Package.onUse(function(api) {
|
||||
api.versionsFrom("1.0");
|
||||
api.use(["templating", "underscore"], "client");
|
||||
api.use(["templating", "underscore", "fastclick"], "client");
|
||||
|
||||
api.addFiles([
|
||||
"vendor/snap.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue