Skip to content

Commit

Permalink
keep dist,drop others
Browse files Browse the repository at this point in the history
  • Loading branch information
tobylai-toby committed Aug 28, 2024
1 parent f7f0463 commit 2932eae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# keep package.json & dist/ ,drop other files
*
!package.json
!dist/
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arenaless-bundler",
"version": "1.0.4",
"version": "1.0.5",
"description": "Bundler based on rollup for ArenaLess",
"module": "dist/index.js",
"main": "dist/index.js",
Expand All @@ -13,14 +13,12 @@
"license": "MIT",
"dependencies": {
"@rollup/browser": "^4.21.0",
"@swc/wasm-typescript": "^1.7.18",
"@types/estree": "^1.0.0",
"estree-walker": "^2.0.2",
"js-base64": "^3.7.7",
"json5": "^2.2.3",
"path-browserify": "^1.0.1",
"picomatch": "^2.3.1",
"rolldown": "^0.12.2",
"smob": "^1.5.0",
"terser": "^5.31.6",
"typescript": "^5.5.4"
Expand Down

0 comments on commit 2932eae

Please sign in to comment.