Skip to content

Commit 4db216f

Browse files
committed
v2.2.0
1 parent 66394bd commit 4db216f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-stable-stringify",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
55
"exports": {
66
"require": "./index.js",
@@ -18,7 +18,8 @@
1818
"object",
1919
"predicable",
2020
"repeatable",
21-
"fast"
21+
"fast",
22+
"bigint"
2223
],
2324
"main": "index.js",
2425
"scripts": {

0 commit comments

Comments
 (0)