Skip to content

Commit 126a921

Browse files
authored
Merge pull request #7 from sxwei123/develop
Remove dist directory from git
2 parents dc5074e + 871f71c commit 126a921

File tree

5 files changed

+7
-90
lines changed

5 files changed

+7
-90
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ coverage/
44

55
.vscode
66

7-
lib
7+
dist

dist/index.d.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

dist/index.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

dist/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quick-stable-stringify",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Deterministic `JSON.stringify()` - a faster version of Evgeny's fast-json-stable-strigify. Built with Typescript and modern Javascript.",
55
"main": "./dist/index.js",
66
"exports": "./dist/index.js",
@@ -38,9 +38,9 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
41+
"url": "git://github.com/sxwei123/quick-stable-stringify.git"
4242
},
43-
"homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
43+
"homepage": "git://github.com/sxwei123/quick-stable-stringify",
4444
"keywords": [
4545
"json",
4646
"stringify",
@@ -49,6 +49,9 @@
4949
"stable",
5050
"typescript"
5151
],
52+
"author": {
53+
"name": "Leon Song"
54+
},
5255
"contributors": [
5356
{
5457
"name": "James Halliday",
@@ -57,9 +60,6 @@
5760
},
5861
{
5962
"name": "Evgeny Poberezkin"
60-
},
61-
{
62-
"name": "Leon Song"
6363
}
6464
],
6565
"license": "MIT",

0 commit comments

Comments
 (0)