Skip to content

Commit 5be09ca

Browse files
authored
Merge pull request #10 from ariflogs/dev
removed publishConfig
2 parents 6f6aa97 + 9b3d57d commit 5be09ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "sql-to-nosql",
33
"version": "0.1.01",
44
"description": "Run SQL quries on your Mongodb database.",
5-
"publishConfig": {
6-
"registry": "https://www.npmjs.com/package/sql-to-nosql"
7-
},
85
"repository": {
96
"type": "git",
107
"url": "https://github.com/ariflogs/SQL-to-NoSQL"
@@ -37,4 +34,4 @@
3734
"dependencies": {
3835
"mongodb": "^6.1.0"
3936
}
40-
}
37+
}

0 commit comments

Comments
 (0)