Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
add license to package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldaverill committed Jan 12, 2016
1 parent c88acfc commit a4c1f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Package.describe({
summary: 'Constellation plugin for finding out-of-date packages.',
git: 'https://github.com/fourquet/meteor-package-anti-gravity',
documentation: 'README.md',
debugOnly: true
debugOnly: true,
license: 'LICENSE',
});

Package.onUse(function(api) {
Expand Down

0 comments on commit a4c1f2e

Please sign in to comment.