Skip to content

Commit 0d33e73

Browse files
updated repo name
1 parent 64891c5 commit 0d33e73

3 files changed

Lines changed: 183 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# A simpe key value store using Github.
22

33
## Install
4-
`npm install github-db`
4+
`npm install simple-github-db`
55
## Usage
66

77
```
8-
const GithubDb=require("github-db");
8+
const GithubDb=require("simple-github-db");
99
1010
const db = GithubDb({ db: process.env.DB_NAME, token: process.env.DB_TOKEN });
1111
(async function(){

package-lock.json

Lines changed: 177 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "github-db",
2+
"name": "simple-github-db",
33
"version": "1.0.0",
44
"description": "a key value database ",
55
"main": "index.js",
@@ -8,14 +8,14 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/kuldeepkeshwar/github-db.git"
11+
"url": "git+https://github.com/kuldeepkeshwar/simple-github-db.git"
1212
},
1313
"author": "kuldeepkeshwar",
1414
"license": "MIT",
1515
"bugs": {
16-
"url": "https://github.com/kuldeepkeshwar/github-db/issues"
16+
"url": "https://github.com/kuldeepkeshwar/simple-github-db/issues"
1717
},
18-
"homepage": "https://github.com/kuldeepkeshwar/github-db#readme",
18+
"homepage": "https://github.com/kuldeepkeshwar/simple-github-db#readme",
1919
"dependencies": {
2020
"axios": "^0.19.0"
2121
}

0 commit comments

Comments
 (0)