File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bigdecimal.js" ,
3
3
"version" : " 0.0.2" ,
4
- "description" : " BigInt based BigDecimal implementation" ,
4
+ "description" : " A BigDecimal implementation with native BigInts " ,
5
5
"main" : " lib/bigdecimal.js" ,
6
6
"scripts" : {
7
7
"test" : " mocha -t 10000 tests/methods/**/*.js" ,
30
30
"types" : " lib/bigdecimal.d.ts" ,
31
31
"repository" : {
32
32
"type" : " git" ,
33
- "url" : " git+https://github.com/hazelcast/bigint-based-decimal .git"
33
+ "url" : " git+https://github.com/srknzl/bigdecimal.js .git"
34
34
},
35
35
"author" : {
36
36
"name" : " Serkan Özel" ,
39
39
},
40
40
"license" : " Apache 2.0" ,
41
41
"bugs" : {
42
- "url" : " https://github.com/hazelcast/bigint-based-decimal /issues"
42
+ "url" : " https://github.com/srknzl/bigdecimal.js /issues"
43
43
},
44
44
"engines" : {
45
45
"node" : " >=10.4.0"
46
46
},
47
- "homepage" : " https://github.com/hazelcast/bigint-based-decimal #readme" ,
47
+ "homepage" : " https://github.com/srknzl/bigdecimal.js #readme" ,
48
48
"devDependencies" : {
49
49
"@typescript-eslint/eslint-plugin" : " ~4.27.0" ,
50
50
"@typescript-eslint/parser" : " ~4.27.0" ,
You can’t perform that action at this time.
0 commit comments