mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
Release npm/oxc-transform v0.15.1
This commit is contained in:
parent
f8fe583a0b
commit
49fab9d6be
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oxc-transform",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"description": "Oxc transform Node API",
|
||||
"keywords": [
|
||||
"transform"
|
||||
|
|
@ -22,4 +22,4 @@
|
|||
"index.d.ts",
|
||||
"index.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ name = "crates"
|
|||
versioned_files = [
|
||||
"Cargo.toml",
|
||||
"npm/oxc-parser/package.json",
|
||||
"npm/oxc-transform/package.json",
|
||||
# "npm/oxc-transform/package.json",
|
||||
"wasm/parser/package.json",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue