Skip to content

Commit

Permalink
added meteor package file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Apr 24, 2015
1 parent bea0498 commit 796433a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Package.describe({
name: 'gsklee:ngstorage',
version: '0.3.0',
summary: 'ngStorage package for Meteor',
git: 'https://github.com/gsklee/ngStorage',
documentation: 'README.md'
});

Package.onUse(function(api) {
api.versionsFrom('[email protected]');
api.use('urigo:[email protected]', 'client');
api.addFiles('ngStorage.js', 'client');
});

0 comments on commit 796433a

Please sign in to comment.