diff --git a/package-overrides/github/Semantic-Org/Semantic-UI@1.11.8.json b/package-overrides/github/Semantic-Org/Semantic-UI@1.11.8.json new file mode 100644 index 0000000..ea705d2 --- /dev/null +++ b/package-overrides/github/Semantic-Org/Semantic-UI@1.11.8.json @@ -0,0 +1,19 @@ +{ + "directories": { + "lib": "dist" + }, + "main": "semantic", + "shim": { + "semantic": { + "deps": [ + "jquery", + "./semantic.css!" + ], + "exports": "$" + } + }, + "dependencies": { + "jquery": "github:components/jquery", + "css": "github:systemjs/plugin-css" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index ee433e8..c779bcc 100644 --- a/registry.json +++ b/registry.json @@ -251,6 +251,7 @@ "saairey-bootstrap-wizard": "github:saairey/bootstrap-wizard", "select2": "github:select2/select2", "selectize": "github:brianreavis/selectize.js", + "semantic-ui": "Semantic-Org/Semantic-UI", "scoped-polyfill": "github:PM5544/scoped-polyfill", "showdown": "github:showdownjs/showdown", "sifter": "github:brianreavis/sifter.js",