We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3f818 commit 081519bCopy full SHA for 081519b
esbuild-node-externals/package.json
@@ -10,7 +10,7 @@
10
"watch": "tsc --watch",
11
"test": "node ./test/unit/index.test.mjs"
12
},
13
- "repository": "https://github.com/pradel/esbuild-node-externals.git",
+ "repository": "pradel/esbuild-node-externals",
14
"author": "Leo Pradel <[email protected]>",
15
"license": "MIT",
16
"keywords": [
@@ -31,11 +31,11 @@
31
"tslib": "^2.4.1"
32
33
"peerDependencies": {
34
- "esbuild": "0.12 - 0.21"
+ "esbuild": "0.12 - 0.23"
35
36
"devDependencies": {
37
"@types/node": "^18.15.10",
38
- "esbuild": "^0.21.0",
+ "esbuild": "^0.23.0",
39
"rimraf": "^4.4.1",
40
"typescript": "^4.9.4"
41
}
0 commit comments