Skip to content

Commit

Permalink
fix: npm packages name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Jul 11, 2024
1 parent 0a9bf2d commit d6d29de
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.56",
"@napi-rs/wasm-runtime": "^0.2.4",
"@oxc/node-core": "workspace:*",
"@oxc-node/core": "workspace:*",
"@taplo/cli": "^0.7.0",
"@types/node": "^20.14.9",
"ava": "^6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { readFile } from 'node:fs/promises'
import { join } from 'node:path'

import { transformSync } from '@swc/core'
import { transform as oxc } from '@oxc/node-core'
import { transform as oxc } from '@oxc-node/core'
import { Bench } from 'tinybench'
import { fileURLToPath } from 'node:url'

Expand Down
4 changes: 2 additions & 2 deletions packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"type": "module",
"scripts": {
"bench": "node --import @oxc/node-core/register index.ts"
"bench": "node --import @oxc-node/core/register index.ts"
},
"devDependencies": {
"@oxc/node-core": "workspace:*",
"@oxc-node/core": "workspace:*",
"@swc/core": "=1.6.7",
"tinybench": "^2.8.0",
"rxjs": "^7.8.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/integrate-module-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"p-timeout": "^6.1.2"
},
"scripts": {
"test": "node --import @oxc/node-core/register ./src/index.ts"
"test": "node --import @oxc-node/core/register ./src/index.ts"
},
"devDependencies": {
"@napi-rs/simple-git": "^0.1.16",
"@napi-rs/wasm-runtime": "^0.2.4",
"@oxc/node-core": "workspace:*",
"@oxc-node/core": "workspace:*",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/integrate-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"p-timeout": "^6.1.2"
},
"scripts": {
"test": "node --import @oxc/node-core/register ./src/index.ts"
"test": "node --import @oxc-node/core/register ./src/index.ts"
},
"devDependencies": {
"@napi-rs/simple-git": "^0.1.16",
"@napi-rs/wasm-runtime": "^0.2.4",
"@oxc/node-core": "workspace:*",
"@oxc-node/core": "workspace:*",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
62 changes: 8 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6d29de

Please sign in to comment.