simple-github-gist-api 2.0.122 → 2.0.124

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 +1 -1
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  Use this promise based API to
10
10
  store data on your github gists without the
11
- need to make those tedious HTTP requests.
11
+ need to manually make those tedious HTTP requests.
12
12
 
13
13
  > Note: This documentation is for v2 of the lib. v2 has a few breaking changes. You can find the v1 documentation in the `docs` directory (On Github).
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-github-gist-api",
3
- "version": "2.0.122",
3
+ "version": "2.0.124",
4
4
  "description": "A way to store data on Github Gist.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -51,12 +51,9 @@
51
51
  "eslint-config-prettier": "^8.3.0",
52
52
  "eslint-config-standard-with-typescript": "^21.0.1",
53
53
  "eslint-plugin-import": "^2.25.3",
54
- "eslint-plugin-jsx-a11y": "^6.5.1",
55
54
  "eslint-plugin-node": "^11.1.0",
56
55
  "eslint-plugin-prettier": "^4.0.0",
57
56
  "eslint-plugin-promise": "^4.2.1",
58
- "eslint-plugin-react": "^7.27.1",
59
- "eslint-plugin-react-hooks": "^4.3.0",
60
57
  "husky": "^8.0.1",
61
58
  "jest": "^27.3.0",
62
59
  "lint-staged": "^13.0.0",