We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf510d commit faec5cbCopy full SHA for faec5cb
1 file changed
packages/shell-bson-parser/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@mongodb-js/shell-bson-parser-esm",
+ "name": "shell-bson-parser-esm",
3
"description": "Parse valid MongoDB shell syntax queries",
4
"author": {
5
"name": "MongoDB Inc",
@@ -10,7 +10,10 @@
10
},
11
"homepage": "https://github.com/node-ecosystem/devtools-shared-esm",
12
"version": "1.5.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