schnee effeckt und fehler Korektur
This commit is contained in:
7
node_modules/is-natural-number/package.json
generated
vendored
7
node_modules/is-natural-number/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user