Skip to content

Commit 94ebe64

Browse files
committed
Bumped v1.1.0.
1 parent da67f0c commit 94ebe64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-stringify",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Stringify your JSON at max speed",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"precommit": "test",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/mcollina/fast-json-stringify.git"
13+
"url": "git+https://github.com/fastify/fast-json-stringify.git"
1414
},
1515
"keywords": [
1616
"json",
@@ -21,9 +21,9 @@
2121
"author": "Matteo Collina <[email protected]>",
2222
"license": "MIT",
2323
"bugs": {
24-
"url": "https://github.com/mcollina/fast-json-stringify/issues"
24+
"url": "https://github.com/fastify/fast-json-stringify/issues"
2525
},
26-
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
26+
"homepage": "https://github.com/fastify/fast-json-stringify#readme",
2727
"devDependencies": {
2828
"benchmark": "^2.1.4",
2929
"is-my-json-valid": "^2.17.1",

0 commit comments

Comments
 (0)