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

View File

@@ -1,6 +1,6 @@
{
"name": "filename-reserved-regex",
"version": "1.0.0",
"version": "2.0.0",
"description": "Regular expression for matching reserved filename characters",
"license": "MIT",
"repository": "sindresorhus/filename-reserved-regex",
@@ -10,10 +10,10 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"scripts": {
"test": "node test.js"
"test": "xo && ava"
},
"files": [
"index.js"
@@ -23,9 +23,14 @@
"regex",
"regexp",
"filename",
"reserved"
"reserved",
"illegal"
],
"devDependencies": {
"ava": "0.0.4"
"ava": "*",
"xo": "*"
},
"xo": {
"esnext": true
}
}