From 4b706e64b0e3defe29fe8c5927d8e036cb24cd4c Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Wed, 21 Jan 2015 09:32:23 +0100 Subject: [PATCH] Add normalize.css@3.0.2.json --- package-overrides/github/necolas/normalize.css@3.0.2.json | 7 +++++++ registry.json | 1 + 2 files changed, 8 insertions(+) create mode 100644 package-overrides/github/necolas/normalize.css@3.0.2.json diff --git a/package-overrides/github/necolas/normalize.css@3.0.2.json b/package-overrides/github/necolas/normalize.css@3.0.2.json new file mode 100644 index 0000000..ece3686 --- /dev/null +++ b/package-overrides/github/necolas/normalize.css@3.0.2.json @@ -0,0 +1,7 @@ +{ + "dependencies": { + "css": "*" + }, + "main": "normalize.css!", + "registry": "jspm" +} diff --git a/registry.json b/registry.json index 4312ef1..a08e790 100644 --- a/registry.json +++ b/registry.json @@ -124,6 +124,7 @@ "ng-multi-transclude": "github:zachsnow/ng-multi-transclude", "ng-sortable": "github:a5hik/ng-sortable", "nodelibs": "github:jspm/nodelibs", + "normalize.css": "github:necolas/normalize.css", "nprogress": "github:rstacruz/nprogress", "omniscient": "npm:omniscient", "os": "github:jspm/nodelibs-os",