Skip to content

Commit

Permalink
Bumped v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Mar 11, 2017
1 parent 6eec05d commit 648e99c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-json-stringify",
"version": "0.10.3",
"version": "0.10.4",
"description": "Stringify your JSON at max speed",
"main": "index.js",
"scripts": {
Expand All @@ -25,12 +25,12 @@
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
"devDependencies": {
"benchmark": "^2.1.1",
"is-my-json-valid": "^2.14.0",
"is-my-json-valid": "^2.16.0",
"pre-commit": "^1.1.3",
"standard": "^8.2.0",
"tap": "^7.1.2"
"standard": "^9.0.1",
"tap": "^10.3.0"
},
"dependencies": {
"fast-safe-stringify": "^1.1.0"
"fast-safe-stringify": "^1.1.11"
}
}

0 comments on commit 648e99c

Please sign in to comment.