Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 020a0df

Browse files
committed
Change repo url
1 parent ed3b225 commit 020a0df

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TuftJS: JSON Stringify
1+
# JSON Stringify
22

33
![Node.js CI](https://github.com/tuftjs/json-stringify/workflows/Node.js%20CI/badge.svg)
44
[![Coverage Status](https://coveralls.io/repos/github/tuftjs/json-stringify/badge.svg?branch=master)](https://coveralls.io/github/tuftjs/json-stringify?branch=master)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "@tuft/json-stringify",
3-
"version": "1.0.0-alpha.13",
2+
"name": "json-stringify",
3+
"version": "1.0.0-alpha.14",
44
"description": "Serialize JavaScript objects to JSON strings.",
55
"author": "Stuart Kennedy",
66
"license": "MIT",
7-
"homepage": "https://github.com/tuftjs/json-stringify",
7+
"homepage": "https://github.com/rav2040/json-stringify",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/tuftjs/json-stringify.git"
10+
"url": "git+https://github.com/rav2040/json-stringify.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/tuftjs/json-stringify/issues"
13+
"url": "https://github.com/rav2040/json-stringify/issues"
1414
},
1515
"keywords": [
1616
"tuft",

0 commit comments

Comments
 (0)