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 37f0d2d commit aff6c2fCopy full SHA for aff6c2f
lerna.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
- "version": "0.0.27",
+ "version": "0.0.28",
4
"packages": [
5
"packages/*"
6
],
packages/cli/package.json
"name": "@oxc-node/cli",
"license": "MIT",
"type": "module",
"description": "OXC Node cli",
packages/core/package.json
"name": "@oxc-node/core",
"main": "./index.js",
"browser": "./browser.js",
"types": "./index.d.ts",
0 commit comments