|
@ -1,18 +1,18 @@ |
|
|
|
|
|
var |
|
|
|
|
|
where = 'client' // Adds files only to the client
|
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
Package.describe({ |
|
|
Package.describe({ |
|
|
name: 'semantic:ui', |
|
|
|
|
|
summary: 'Semantic (official): a UI component framework based around useful principles from natural language.', |
|
|
|
|
|
version: '{package-version}', |
|
|
|
|
|
git: 'git://github.com/Semantic-Org/Semantic-UI.git', |
|
|
|
|
|
readme: 'https://github.com/Semantic-Org/Semantic-UI/blob/master/meteor/README.md' |
|
|
|
|
|
|
|
|
name : 'semantic:ui', |
|
|
|
|
|
summary : 'Semantic (official): a UI component framework based around useful principles from natural language.', |
|
|
|
|
|
version : '{package-version}', |
|
|
|
|
|
git : 'git://github.com/Semantic-Org/Semantic-UI.git', |
|
|
|
|
|
readme : 'https://github.com/Semantic-Org/Semantic-UI/blob/master/meteor/README.md' |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
var where = 'client'; // Adds files only to the client
|
|
|
|
|
|
|
|
|
|
|
|
Package.onUse(function(api) { |
|
|
Package.onUse(function(api) { |
|
|
api.versionsFrom('1.0'); |
|
|
api.versionsFrom('1.0'); |
|
|
|
|
|
|
|
|
api.addFiles([ |
|
|
|
|
|
{package-files} ], where); |
|
|
|
|
|
|
|
|
api.addFiles([ {package-files} ], where); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
Package.onTest(function(api) { |
|
|
Package.onTest(function(api) { |
|
|