We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105a761 commit c3d9510Copy full SHA for c3d9510
package.json
@@ -1,14 +1,11 @@
1
{
2
"name": "@lfgroup/query-coder",
3
+ "private": false,
4
"description": "URL query coder-decoder",
5
"version": "0.1.0",
6
"license": "MIT",
7
"authors": [
- {
8
- "name": "Ivan Dorofeyev",
9
- "email": "DivanDoesApps@gmail.com",
10
- "url": "https://github.com/Betra"
11
- }
+ "Ivan <DivanDoesApps@gmail.com>"
12
],
13
"main": "dist/index.js",
14
"types": "dist/index.d.ts",
@@ -20,10 +17,7 @@
20
17
"files": [
21
18
"/dist"
22
19
23
- "repository": {
24
- "type": "github",
25
- "url": "https://github.com/LF-Group/query-coder"
26
- },
+ "repository": "https://github.com/LF-Group/query-coder",
27
"bugs": {
28
"email": "dev@lf.group",
29
"url": "https://github.com/LF-Group/query-coder/issues"
0 commit comments