semantic-ui-dropdown
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -18,3 +18,3 @@ { | ||
"license": "MIT", | ||
"version": "1.9.2" | ||
"version": "1.9.3" | ||
} |
/* | ||
* # Semantic UI - 1.9.2 | ||
* # Semantic UI - 1.9.3 | ||
* https://github.com/Semantic-Org/Semantic-UI | ||
@@ -4,0 +4,0 @@ * http://www.semantic-ui.com/ |
@@ -1,9 +0,6 @@ | ||
var | ||
where = 'client' // Adds files only to the client | ||
; | ||
Package.describe({ | ||
name : 'semantic:ui-dropdown', | ||
summary : 'Semantic UI - Dropdown (official): Single component release of dropdown', | ||
version : '1.9.2', | ||
summary : 'Semantic UI - Dropdown: Single component release', | ||
version : '1.9.3', | ||
git : 'git://github.com/Semantic-Org/UI-Dropdown.git', | ||
@@ -15,4 +12,5 @@ }); | ||
api.addFiles([ | ||
], where); | ||
'dropdown.css', | ||
'dropdown.js' | ||
], 'client'); | ||
}); |
{ | ||
"name": "semantic-ui-dropdown", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"title": "Semantic UI - Dropdown", | ||
@@ -5,0 +5,0 @@ "description": "Single component release of dropdown", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200745
4429