Skip to content

Commit cfa6278

Browse files
committed
added publish repository
1 parent fe35e2d commit cfa6278

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "sql-to-nosql",
33
"version": "0.1.0",
44
"description": "Run SQL quries on your Mongodb database.",
5+
"publishConfig": {
6+
"registry": "https://www.npmjs.com/package/sql-to-nosql"
7+
},
58
"repository": {
69
"type": "git",
710
"url": "https://github.com/ariflogs/SQL-to-NoSQL"
@@ -35,4 +38,4 @@
3538
"mongodb": "^6.1.0"
3639
},
3740
"type": "module"
38-
}
41+
}

0 commit comments

Comments
 (0)