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,11 +1,11 @@
{
"name": "is-natural-number",
"version": "2.1.1",
"version": "4.0.1",
"description": "Check if a value is a natural number",
"repository": "shinnn/is-natural-number.js",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --config @shinnn is-natural-number-cjs.js --ignore-path .gitignore .",
"pretest": "eslint --config @shinnn --ignore-path .gitignore .",
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-dot",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
},
@@ -31,7 +31,8 @@
"@shinnn/eslint-config": "^2.1.0",
"eslint": "^2.9.0",
"istanbul": "^0.4.3",
"require-uncached": "^1.0.2",
"require-from-string": "^1.2.0",
"rollup": "^0.26.3",
"tap-dot": "^1.0.5",
"tape": "^4.5.1"
}