Skip to content

Commit

Permalink
Bumped v1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 4, 2020
1 parent 913cc2d commit 82bfe28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fast-json-stringify",
"version": "1.16.2",
"version": "1.16.3",
"description": "Stringify your JSON at max speed",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -43,12 +43,12 @@
"standard": "^14.0.0",
"tap": "^12.6.5",
"tap-mocha-reporter": "^3.0.9",
"typescript": "^3.6.3",
"typescript": "^3.7.5",
"uglify-es": "^3.3.9"
},
"dependencies": {
"ajv": "^6.10.2",
"deepmerge": "^4.0.0",
"ajv": "^6.11.0",
"deepmerge": "^4.2.2",
"string-similarity": "^4.0.1"
},
"standard": {
Expand Down

0 comments on commit 82bfe28

Please sign in to comment.