Skip to content

Commit

Permalink
Make sure we only publish files we need
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed May 27, 2022
1 parent 6afb020 commit ce66a1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4,428 deletions.
7 changes: 7 additions & 0 deletions bindings/web/rune/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@
"fmt": "prettier --write .",
"generate-runefile-types": "json2ts ../../../crates/compiler/runefile-schema.json --output src/Runefile.ts"
},
"files": [
"dist/*",
"*.md",
"*.json",
"jest.config.ts"
],
"dependencies": {
"@hotg-ai/rune": "^0.12.0-rc.0",
"@hotg-ai/rune-wit-files": "^0.3.1",
"js-yaml": "^4.1.0",
"jszip": "^3.9.1",
Expand Down
Loading

0 comments on commit ce66a1e

Please sign in to comment.