simple-github-gist-api 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  <p>
4
4
  <img alt="npm" src="https://img.shields.io/npm/dt/simple-github-gist-api">
5
- <img alt="npm" src="https://img.shields.io/npm/v/simple-github-gist-api">
5
+ <a href="https://www.npmjs.com/package/simple-github-gist-api">
6
+ <img alt="npm" src="https://img.shields.io/npm/v/simple-github-gist-api">
7
+ </a>
6
8
  </p>
7
9
 
8
10
  > This documentation is for v2 of the lib. v2 has a few breaking changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-github-gist-api",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "A way to store data on Github Gist.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+ssh://git@github.com:rv-npm/simple-github-gist-api.git"
17
+ "url": "git+ssh://git@github.com:vighnesh153/simple-github-gist-api.git"
18
18
  },
19
19
  "keywords": [
20
20
  "gist",
@@ -27,9 +27,9 @@
27
27
  "author": "Vighnesh Raut",
28
28
  "license": "GPL-3.0-or-later",
29
29
  "bugs": {
30
- "url": "https://github.com/rv-npm/simple-github-gist-api/issues"
30
+ "url": "https://github.com/vighnesh153/simple-github-gist-api/issues"
31
31
  },
32
- "homepage": "https://github.com/rv-npm/simple-github-gist-api#readme",
32
+ "homepage": "https://github.com/vighnesh153/simple-github-gist-api#readme",
33
33
  "devDependencies": {
34
34
  "@types/jest": "^27.0.2",
35
35
  "jest": "^27.3.0",