Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3d9510

Browse files
committed
fix
1 parent 105a761 commit c3d9510

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

‎package.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
22
"name": "@lfgroup/query-coder",
3+
"private": false,
34
"description": "URL query coder-decoder",
45
"version": "0.1.0",
56
"license": "MIT",
67
"authors": [
7-
{
8-
"name": "Ivan Dorofeyev",
9-
"email": "[email protected]",
10-
"url": "https://github.com/Betra"
11-
}
8+
129
],
1310
"main": "dist/index.js",
1411
"types": "dist/index.d.ts",
@@ -20,10 +17,7 @@
2017
"files": [
2118
"/dist"
2219
],
23-
"repository": {
24-
"type": "github",
25-
"url": "https://github.com/LF-Group/query-coder"
26-
},
20+
"repository": "https://github.com/LF-Group/query-coder",
2721
"bugs": {
2822
"email": "[email protected]",
2923
"url": "https://github.com/LF-Group/query-coder/issues"

0 commit comments

Comments
 (0)