From cd976456b461e99b46768dcf2cdfc3c50c1cccd4 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sat, 9 Nov 2013 13:15:53 +0200 Subject: [PATCH] degree -> repoDepth --- endpoints.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/endpoints.json b/endpoints.json index 25375ad..6554749 100644 --- a/endpoints.json +++ b/endpoints.json @@ -3,7 +3,7 @@ "website": "https://jspm.io", "location": "https://github.jspm.io", - "degree": 2, + "repoDepth": 2, "versionPrefix": "@", "minorVersions": true, "latestVersions": true, @@ -13,7 +13,7 @@ "website": "https://jspm.io", "location": "https://npm.jspm.io", - "degree": 1, + "repoDepth": 1, "versionPrefix": "@", "minorVersions": true, "latestVersions": true, @@ -23,10 +23,10 @@ "website": "http://cdnjs.com", "location": "https://cdnjs.cloudflare.com/ajax/libs", - "degree": 1, + "repoDepth": 1, "versionPrefix": "/", "minorVersions": false, "latestVersions": false, "mains": false } -} \ No newline at end of file +}