Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 2932eae

Browse files
committed
keep dist,drop others
1 parent f7f0463 commit 2932eae

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# keep package.json & dist/ ,drop other files
2+
*
3+
!package.json
4+
!dist/

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arenaless-bundler",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Bundler based on rollup for ArenaLess",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
@@ -13,14 +13,12 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"@rollup/browser": "^4.21.0",
16-
"@swc/wasm-typescript": "^1.7.18",
1716
"@types/estree": "^1.0.0",
1817
"estree-walker": "^2.0.2",
1918
"js-base64": "^3.7.7",
2019
"json5": "^2.2.3",
2120
"path-browserify": "^1.0.1",
2221
"picomatch": "^2.3.1",
23-
"rolldown": "^0.12.2",
2422
"smob": "^1.5.0",
2523
"terser": "^5.31.6",
2624
"typescript": "^5.5.4"

0 commit comments

Comments
 (0)