change to camelCase
This commit is contained in:
+8
-8
@@ -5,8 +5,8 @@
|
|||||||
"location": "https://github.jspm.io",
|
"location": "https://github.jspm.io",
|
||||||
"degree": 2,
|
"degree": 2,
|
||||||
"version-prefix": "@",
|
"version-prefix": "@",
|
||||||
"minor-versions": true,
|
"minorVersions": true,
|
||||||
"latest-versions": true,
|
"latestVersions": true,
|
||||||
"mains": true
|
"mains": true
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
|
|
||||||
"location": "https://npm.jspm.io",
|
"location": "https://npm.jspm.io",
|
||||||
"degree": 1,
|
"degree": 1,
|
||||||
"version-prefix": "@",
|
"versionPrefix": "@",
|
||||||
"minor-versions": true,
|
"minorVersions": true,
|
||||||
"latest-versions": true,
|
"latestVersions": true,
|
||||||
"mains": true
|
"mains": true
|
||||||
},
|
},
|
||||||
"cdnjs": {
|
"cdnjs": {
|
||||||
@@ -24,9 +24,9 @@
|
|||||||
|
|
||||||
"location": "https://cdnjs.cloudflare.com/ajax/libs",
|
"location": "https://cdnjs.cloudflare.com/ajax/libs",
|
||||||
"degree": 1,
|
"degree": 1,
|
||||||
"version-prefix": "/",
|
"versionPrefix": "/",
|
||||||
"minor-versions": false,
|
"minorVersions": false,
|
||||||
"latest-versions": false,
|
"latestVersions": false,
|
||||||
"mains": false
|
"mains": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user