fomantic-ui
Version:
Fomantic empowers designers and developers by creating a shared vocabulary for UI.
14 lines (12 loc) • 339 B
JavaScript
Package.describe({
name: 'fomantic:ui-{component}',
summary: 'Fomantic UI - {Component}: Single component release',
version: '{version}',
git: 'git://github.com/fomantic/UI-{Component}.git',
});
Package.onUse(function (api) {
api.versionsFrom('1.0');
api.addFiles([
{ files: files },
], 'client');
});