degree -> repoDepth

This commit is contained in:
Guy Bedford
2013-11-09 13:15:53 +02:00
parent 90d30fffd3
commit cd976456b4
+4 -4
View File
@@ -3,7 +3,7 @@
"website": "https://jspm.io", "website": "https://jspm.io",
"location": "https://github.jspm.io", "location": "https://github.jspm.io",
"degree": 2, "repoDepth": 2,
"versionPrefix": "@", "versionPrefix": "@",
"minorVersions": true, "minorVersions": true,
"latestVersions": true, "latestVersions": true,
@@ -13,7 +13,7 @@
"website": "https://jspm.io", "website": "https://jspm.io",
"location": "https://npm.jspm.io", "location": "https://npm.jspm.io",
"degree": 1, "repoDepth": 1,
"versionPrefix": "@", "versionPrefix": "@",
"minorVersions": true, "minorVersions": true,
"latestVersions": true, "latestVersions": true,
@@ -23,10 +23,10 @@
"website": "http://cdnjs.com", "website": "http://cdnjs.com",
"location": "https://cdnjs.cloudflare.com/ajax/libs", "location": "https://cdnjs.cloudflare.com/ajax/libs",
"degree": 1, "repoDepth": 1,
"versionPrefix": "/", "versionPrefix": "/",
"minorVersions": false, "minorVersions": false,
"latestVersions": false, "latestVersions": false,
"mains": false "mains": false
} }
} }