Skip to content

Commit

Permalink
chore: remove local semantic-release tails
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Jan 26, 2024
1 parent 64d7f90 commit 34e78b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 820 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"test": "jest",
"test:coverage": "jest --coverage",
"test:dts": "tsc --noEmit --isolatedModules dist/fp-pro-react.d.ts",
"docs": "typedoc src/index.ts --out docs",
"release": "semantic-release"
"docs": "typedoc src/index.ts --out docs"
},
"files": [
"dist",
Expand All @@ -62,11 +61,6 @@
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.4",
"@semantic-release/npm": "9.0.1",
"@testing-library/preact": "^3.2.3",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.4.3",
Expand Down Expand Up @@ -101,7 +95,6 @@
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"semantic-release": "19.0.3",
"ts-jest": "^27.1.5",
"tslib": "^2.5.0",
"typedoc": "^0.25.7",
Expand Down
Loading

0 comments on commit 34e78b3

Please sign in to comment.