schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

2
node_modules/camelcase/index.js generated vendored
View File

@@ -30,7 +30,7 @@ module.exports = function () {
}
if (str.length === 1) {
return str;
return str.toLowerCase();
}
if (!(/[_.\- ]+/).test(str)) {

View File

@@ -1,6 +1,6 @@
{
"name": "camelcase",
"version": "2.1.1",
"version": "3.0.0",
"description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
"license": "MIT",
"repository": "sindresorhus/camelcase",