simple-github-gist-api 2.0.7 → 2.0.11

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 (1) hide show
  1. package/package.json +1 -3
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "simple-github-gist-api",
3
- "version": "2.0.7",
3
+ "version": "2.0.11",
4
4
  "description": "A way to store data on Github Gist.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "test": "jest --config jestconfig.json",
9
- "prepublish": "npm run build",
10
- "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
11
9
  "prepare": "husky install",
12
10
  "cleanup": "rimraf dist",
13
11
  "build:pre-requisite": "npm run test",