Skip to content

Commit a6b4724

Browse files
committed
build: add find-up dep
1 parent 821ea4f commit a6b4724

File tree

2 files changed

+73
-31
lines changed

2 files changed

+73
-31
lines changed

package-lock.json

Lines changed: 70 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"clean": "trash dist",
5252
"prepublishOnly": "npm run clean && npm run build && npm run types"
5353
},
54+
"dependencies": {
55+
"find-up": "^4.1.0"
56+
},
5457
"peerDependencies": {
5558
"builtin-modules": "^3.1.0"
5659
},

0 commit comments

Comments
 (0)