We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2743132 commit c9306c4Copy full SHA for c9306c4
packages/query-parser/package.json
@@ -10,7 +10,10 @@
10
},
11
"homepage": "https://github.com/node-ecosystem/devtools-shared-esm",
12
"version": "4.7.7",
13
- "repository": "github:node-ecosystem/devtools-shared-esm",
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/node-ecosystem/devtools-shared-esm.git"
16
+ },
17
"files": [
18
"dist"
19
],
0 commit comments