diff --git a/package-overrides/npm/purecss@0.6.0.json b/package-overrides/npm/purecss@0.6.0.json new file mode 100644 index 0000000..815fe59 --- /dev/null +++ b/package-overrides/npm/purecss@0.6.0.json @@ -0,0 +1,7 @@ +{ + "dependencies": { + "css": "*" + }, + "main": "build/pure-min.css!", + "registry": "jspm" +} diff --git a/registry.json b/registry.json index 37cf9e6..c356c62 100644 --- a/registry.json +++ b/registry.json @@ -385,6 +385,7 @@ "prism": "github:LeaVerou/prism", "process": "github:jspm/nodelibs-process", "punycode": "github:jspm/nodelibs-punycode", + "purecss": "npm:purecss", "puremvc-standard": "github:PureMVC/puremvc-typescript-standard-framework", "puremvc-multicore": "github:PureMVC/puremvc-typescript-multicore-framework", "querystring": "github:jspm/nodelibs-querystring",