Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
refactor: replace rimraf with @unvented/empty
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Aug 2, 2022
1 parent b7617de commit 5401b53
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-chairs-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cachu": patch
---

refactor: replace `rimraf` with `@unvented/empty`
21 changes: 20 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"lint": "eslint src",
"format": "eslint src --fix",
"build": "rimraf dist && esbuild src/index.ts --bundle --minify --format=esm --legal-comments=none --outfile=dist/index.js",
"build": "empty dist && esbuild src/index.ts --bundle --minify --format=esm --legal-comments=none --outfile=dist/index.js",
"test": "jest"
},
"license": "Apache-2.0",
Expand All @@ -23,11 +23,11 @@
"@types/jest": "^28.1.6",
"@types/ms": "^0.7.31",
"@types/node": "^18.6.3",
"@unvented/empty": "^1.0.1",
"esbuild": "^0.14.51",
"eslint": "^8.20.0",
"jest": "^28.1.3",
"ms": "^2.1.3",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
Expand Down

0 comments on commit 5401b53

Please sign in to comment.