From d7dd31152f59f1b499188394eaded4aef3e7393e Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sun, 22 Sep 2013 11:43:44 +0200 Subject: [PATCH] remove main syntax --- registry.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry.json b/registry.json index ae7ff60..7a922e0 100644 --- a/registry.json +++ b/registry.json @@ -1,7 +1,7 @@ { - "angular": "cdnjs:angular.js/{version}#angular", - "angular-ui": "cdnjs:angular-ui/{version}#angular-ui", - "bootstrap": "github:twbs/bootstrap#js/bootstrap", + "angular": "cdnjs:angular.js/{version}", + "angular-ui": "cdnjs:angular-ui/{version}", + "bootstrap": "github:twbs/bootstrap", "jquery": "github:components/jquery", - "webfont": "cdnjs:webfont/{version}#webfont" + "webfont": "cdnjs:webfont/{version}" }