Skip to content

Commit 6342625

Browse files
committed
Fix repo url
1 parent fae4b86 commit 6342625

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bigdecimal.js",
33
"version": "0.0.2",
4-
"description": "BigInt based BigDecimal implementation",
4+
"description": "A BigDecimal implementation with native BigInts",
55
"main": "lib/bigdecimal.js",
66
"scripts": {
77
"test": "mocha -t 10000 tests/methods/**/*.js",
@@ -30,7 +30,7 @@
3030
"types": "lib/bigdecimal.d.ts",
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/hazelcast/bigint-based-decimal.git"
33+
"url": "git+https://github.com/srknzl/bigdecimal.js.git"
3434
},
3535
"author": {
3636
"name": "Serkan Özel",
@@ -39,12 +39,12 @@
3939
},
4040
"license": "Apache 2.0",
4141
"bugs": {
42-
"url": "https://github.com/hazelcast/bigint-based-decimal/issues"
42+
"url": "https://github.com/srknzl/bigdecimal.js/issues"
4343
},
4444
"engines": {
4545
"node": ">=10.4.0"
4646
},
47-
"homepage": "https://github.com/hazelcast/bigint-based-decimal#readme",
47+
"homepage": "https://github.com/srknzl/bigdecimal.js#readme",
4848
"devDependencies": {
4949
"@typescript-eslint/eslint-plugin": "~4.27.0",
5050
"@typescript-eslint/parser": "~4.27.0",

0 commit comments

Comments
 (0)