Skip to content

Commit 83ef58d

Browse files
committed
added some stuff(.ignore, repo, homepage) for npm
1 parent 6d027c4 commit 83ef58d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src
2+
test

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "sql-to-nosql",
33
"version": "0.0.1",
44
"description": "Run SQL quries on your Mongodb database.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/ariflogs/SQL-to-NoSQL"
8+
},
9+
"homepage": "https://github.com/ariflogs/SQL-to-NoSQL",
510
"main": "src/index.js",
611
"scripts": {
712
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)