You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
326 B

  1. Package.describe({
  2. name : 'semantic:ui-{component}',
  3. summary : 'Semantic UI - {Component}: Single component release',
  4. version : '{version}',
  5. git : 'git://github.com/Semantic-Org/UI-{Component}.git',
  6. });
  7. Package.onUse(function(api) {
  8. api.versionsFrom('1.0');
  9. api.addFiles([
  10. {files}
  11. ], 'client');
  12. });