mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
chore: only include js files in pack
This commit is contained in:
parent
575c6055d3
commit
18117e360a
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
|||
node_modules
|
||||
dist
|
||||
dist/*.wasm
|
||||
static/scramjet*
|
||||
static/bare-mux.js
|
||||
static/bare-client.js
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
"test": "npx playwright test"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"dist/*.js",
|
||||
"dist/*.js.map",
|
||||
"lib"
|
||||
],
|
||||
"keywords": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue