Skip to content

Commit

Permalink
chore: Remove src/ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 30, 2024
1 parent 14dbe6a commit a7772a6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.23",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./src/index.js",
"main": "./index.js",
"author": "강동윤 <[email protected]>",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"types": "./src/index.d.ts",
"types": "./index.d.ts",
"scripts": {
"postinstall": "node postinstall.js",
"artifacts": "napi artifacts --npm-dir scripts/npm",
Expand All @@ -71,21 +71,21 @@
},
"files": [
"CHANGELOG.md",
"src/Visitor.d.ts",
"src/index.d.ts",
"src/spack.js",
"src/util.d.ts",
"Visitor.d.ts",
"index.d.ts",
"spack.js",
"util.d.ts",
"LICENSE",
"src/Visitor.js",
"src/binding.d.ts",
"src/index.js",
"src/types.d.ts",
"src/util.js",
"Visitor.js",
"binding.d.ts",
"index.js",
"types.d.ts",
"util.js",
"README.md",
"binding.js",
"package.json",
"src/spack.d.ts",
"src/types.js",
"spack.d.ts",
"types.js",
"postinstall.js",
"bindings/binding_core_wasm/pkg/binding_core_wasm.d.ts"
],
Expand Down

0 comments on commit a7772a6

Please sign in to comment.