UNPKG

semantic-ui-step

Version:

Single component release of step

15 lines (12 loc) 305 B
Package.describe({ name : 'semantic:ui-step', summary : 'Semantic UI - Step: Single component release', version : '2.2.10', git : 'git://github.com/Semantic-Org/UI-Step.git', }); Package.onUse(function(api) { api.versionsFrom('1.0'); api.addFiles([ 'step.css' ], 'client'); });