Skip to content

Commit

Permalink
Bumped v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 8, 2018
1 parent da67f0c commit 94ebe64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-json-stringify",
"version": "1.0.0",
"version": "1.1.0",
"description": "Stringify your JSON at max speed",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/fast-json-stringify.git"
"url": "git+https://github.com/fastify/fast-json-stringify.git"
},
"keywords": [
"json",
Expand All @@ -21,9 +21,9 @@
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/fast-json-stringify/issues"
"url": "https://github.com/fastify/fast-json-stringify/issues"
},
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
"homepage": "https://github.com/fastify/fast-json-stringify#readme",
"devDependencies": {
"benchmark": "^2.1.4",
"is-my-json-valid": "^2.17.1",
Expand Down

0 comments on commit 94ebe64

Please sign in to comment.