diff --git a/package-overrides/github/Dogfalo/materialize@0.96.1.json b/package-overrides/github/Dogfalo/materialize@0.96.1.json new file mode 100644 index 0000000..f3124cb --- /dev/null +++ b/package-overrides/github/Dogfalo/materialize@0.96.1.json @@ -0,0 +1,16 @@ +{ + "main": "dist/js/materialize", + "shim": { + "dist/js/materialize": { + "deps": [ + "jquery", + "../css/materialize.css!" + ], + "exports": "$" + } + }, + "dependencies": { + "jquery": "github:components/jquery", + "css": "github:systemjs/plugin-css" + } +} diff --git a/registry.json b/registry.json index d06113a..02d684c 100644 --- a/registry.json +++ b/registry.json @@ -199,6 +199,7 @@ "marionette": "github:marionettejs/backbone.marionette", "masonry": "github:desandro/masonry", "material-design-icons": "github:google/material-design-icons", + "materialize": "github:dogfalo/materialize", "meld": "github:cujojs/meld", "microplugin": "npm:microplugin", "minivents": "github:allouis/minivents",