Skip to content
Permalink
f2a91ca533
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 326 Bytes
Package.describe({
name : 'semantic:ui-{component}',
summary : 'Semantic UI - {Component}: Single component release',
version : '{version}',
git : 'git://github.com/Semantic-Org/UI-{Component}.git',
});
Package.onUse(function(api) {
api.versionsFrom('1.0');
api.addFiles([
{files}
], 'client');
});