File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ Cards.DEFAULT_OPTIONS = {
159
159
160
160
cardMargin : 5 ,
161
161
162
- marginTop : 56 ,
162
+ marginTop : 0 ,
163
163
164
164
// Snap point
165
165
smallScale : .4 ,
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ Package.describe({
2
2
name : 'jonperl:paper' ,
3
3
summary : 'Card interface for the web, like facebook paper' ,
4
4
version : '0.0.1' ,
5
- git : 'https://github.com/jperl/paper'
5
+ git : 'https://github.com/jperl/paper.git '
6
6
} ) ;
7
7
8
8
Package . onUse ( function ( api ) {
9
- api . use ( [ 'jquery' , 'stevezhu:velocity.js' ] , 'web' ) ;
9
+ api . versionsFrom ( 'METEOR@0.9.0' ) ;
10
+ api . use ( [ 'jquery' , 'stevezhu:velocity.js@0.1.0' ] , 'web' ) ;
10
11
api . addFiles ( [ 'hammer.js/hammer.js' , 'cards.js' ] , 'web' ) ;
11
12
api . export ( 'Cards' , 'web' ) ;
12
13
} ) ;
You can’t perform that action at this time.
0 commit comments