Skip to content

Commit

Permalink
chore: remove unused files and deps (#5237)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Nov 3, 2023
1 parent 876f305 commit d255414
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 31 deletions.
17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
"flru": "^1.0.2",
"fs-extra": "^11.1.1",
"github-api": "^3.4.0",
"hash.js": "^1.1.7",
"husky": "^8.0.3",
"inquirer": "^9.2.11",
"is-reference": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"target": "ES2022",
"useDefineForClassFields": false
},
"include": ["typings/**/*.d.ts", "src", "cli", "browser", "rollup.config.ts", "native", "wasm.d.ts"],
"include": ["typings/**/*.d.ts", "src", "cli", "browser", "rollup.config.ts", "native"],
"exclude": ["dist", "node_modules", "test/typescript", "browser/dist"]
}
6 changes: 0 additions & 6 deletions typings/hash.js.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions wasm.d.ts

This file was deleted.

0 comments on commit d255414

Please sign in to comment.