Skip to content

Commit

Permalink
chore: remove semantic release (#11)
Browse files Browse the repository at this point in the history
* chore: remove semantic-release

* chore: remove .npmignore

* chore: fix build call prepublishOnly
  • Loading branch information
helderberto authored Sep 2, 2020
1 parent 79e97bc commit b1e485e
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 3,222 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

9 changes: 0 additions & 9 deletions .releaserc.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"description": "📦 useIsMountedRef is a React Hook to check when the component is mounted.",
"author": "Helder Burato Berto <[email protected]> (https://helderburato.com/)",
"license": "MIT",
"version": "1.0.1",
"main": "dist/use-is-mounted-ref.cjs.js",
"module": "dist/use-is-mounted-ref.es.js",
"jsnext:main": "dist/use-is-mounted-ref.es.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": ["dist", "LICENSE", "README.md"],
"scripts": {
"build": "rm -fr ./dist && rollup -c",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
Expand All @@ -16,7 +17,7 @@
"test:tsc": "tsc",
"test:tsc:watch": "tsc --watch",
"commit": "git-cz",
"release": "semantic-release"
"prepublishOnly": "yarn build"
},
"keywords": ["react", "hook", "mounted", "unmounted", "ref"],
"repository": {
Expand Down Expand Up @@ -67,7 +68,6 @@
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.27.2",
"rollup-plugin-uglify": "6.0.4",
"semantic-release": "17.1.1",
"ts-jest": "26.3.0",
"typescript": "4.0.2"
},
Expand Down
Loading

0 comments on commit b1e485e

Please sign in to comment.