Skip to content

Commit 9cfb7b6

Browse files
committed
Update dependencies
Bump version to 1.0.1
1 parent c8f3c2f commit 9cfb7b6

File tree

2 files changed

+32
-29
lines changed

2 files changed

+32
-29
lines changed

package-lock.json

Lines changed: 21 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "integer-divisors",
33
"author": "Matthias Schwarz",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"keywords": [
6-
"divisor", "factor", "math", "mathematics", "arithmetic", "division", "integer", "number"
6+
"divisor",
7+
"factor",
8+
"math",
9+
"mathematics",
10+
"arithmetic",
11+
"division",
12+
"integer",
13+
"number"
714
],
815
"description": "Efficient calculation of divisors (also called factors) of small natural numbers",
916
"homepage": "https://github.com/vitroxyn/integer-divisors#readme",
1017
"bugs": "https://github.com/vitroxyn/integer-divisors/issues",
11-
1218
"license": "MIT",
1319
"main": "dist/index.js",
1420
"typings": "dist/index.d.ts",
@@ -46,7 +52,7 @@
4652
"husky": "^4.2.5",
4753
"tsdx": "^0.13.2",
4854
"tslib": "^2.0.0",
49-
"typedoc": "^0.17.7",
50-
"typescript": "^3.9.3"
55+
"typedoc": "^0.17.8",
56+
"typescript": "^3.9.7"
5157
}
5258
}

0 commit comments

Comments
 (0)