Skip to content

Commit

Permalink
Update meteor package description
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 25, 2015
1 parent f11591b commit 7d4747a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
var version = '3.1.7';

Package.describe({
'name': 'nolimits4web:swiper',
'summary': 'iDangero.us Swiper - lightweight mobile touch slider, hardware accelerated transitions.',
'version': version,
'git': 'https://github.com/nolimits4web/Swiper'
name: 'nolimits4web:swiper',
summary: 'iDangero.us Swiper - free and most modern mobile touch slider with hardware accelerated transitions and amazing native behavior.',
version: version,
git: 'https://github.com/nolimits4web/Swiper',
documentation: 'https://github.com/nolimits4web/Swiper/blob/master/README.md'
});

Package.onUse(function (api) {
Expand Down

0 comments on commit 7d4747a

Please sign in to comment.