Skip to content

Commit

Permalink
Release 5.10.0-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 15, 2024
1 parent b217e4d commit 80530ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions packages/knip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knip",
"version": "5.10.0-canary.0",
"version": "5.10.0-canary.1",
"description": "Find unused files, dependencies and exports in your TypeScript and JavaScript projects",
"homepage": "https://knip.dev",
"repository": {
Expand Down Expand Up @@ -50,7 +50,11 @@
"create-plugin": "bun ./scripts/create-new-plugin.ts",
"postcreate-plugin": "biome format --write schema.json schema-jsonc.json src/ConfigurationValidator.ts"
},
"files": ["dist", "schema.json", "schema-jsonc.json"],
"files": [
"dist",
"schema.json",
"schema-jsonc.json"
],
"dependencies": {
"@ericcornelissen/bash-parser": "0.5.2",
"@nodelib/fs.walk": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/knip/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.10.0-canary.0';
export const version = '5.10.0-canary.1';

0 comments on commit 80530ec

Please sign in to comment.