-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove
resolve-pkg
dependency (#16)"
This reverts commit 5cbbe02.
- Loading branch information
Nate Moore
committed
Apr 26, 2022
1 parent
6e37e52
commit e49aef6
Showing
7 changed files
with
17 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,10 @@ | |
"import": "./lib/esm/index.mjs", | ||
"require": "./lib/cjs/index.cjs" | ||
}, | ||
"./plugin-typescript": { | ||
"import": "./plugin-typescript/index.mjs", | ||
"require": "./plugin-typescript/index.cjs" | ||
}, | ||
"./esm": "./lib/esm/index.mjs", | ||
"./cjs": "./lib/cjs/index.cjs", | ||
"./lib/index.d.ts": "./lib/index.d.ts", | ||
|
@@ -31,7 +35,8 @@ | |
"author": "Nate Moore <[email protected]>", | ||
"dependencies": { | ||
"deepmerge": "^4.2.2", | ||
"escalade": "^3.1.1" | ||
"escalade": "^3.1.1", | ||
"resolve-pkg": "^2.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters