Skip to content

Commit

Permalink
feat(airlight-resolve): update oxc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Feb 17, 2024
1 parent 3e24962 commit b112b1c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/airlight-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "[WIP] `require.resolve` faster implementation based on oxc-resolver",
"type": "module",
"main": "resolve.mjs",
"files": ["resolve.cjs", "resolve.mjs"],
"files": [
"resolve.cjs",
"resolve.mjs"
],
"typings": "interface.d.ts",
"exports": {
"default": "./resolve.mjs",
Expand All @@ -17,14 +20,17 @@
"type": "git",
"url": "git+https://github.com/dalisoft/airlight.git"
},
"keywords": ["resolve", "require"],
"keywords": [
"resolve",
"require"
],
"author": "dalisoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/dalisoft/airlight/issues"
},
"homepage": "https://github.com/dalisoft/airlight#readme",
"dependencies": {
"oxc-resolver": "^0.0.3"
"oxc-resolver": "^0.1.1"
}
}

0 comments on commit b112b1c

Please sign in to comment.