Skip to content

Commit

Permalink
chore: Update depclean package version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Aug 14, 2024
1 parent 10f4c63 commit 97e7bbe
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
**/node_modules
/tests/**/*.yaml
/npm/!depclean/**/*
Binary file modified depclean-darwin-arm64
Binary file not shown.
Binary file removed npm/depclean-darwin-arm64/depclean
Binary file not shown.
1 change: 0 additions & 1 deletion npm/depclean-darwin-arm64/package.json

This file was deleted.

35 changes: 34 additions & 1 deletion npm/depclean/package.json
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
{"name":"depclean","version":"0.0.2","description":"A rust version depcheck to help you find and remove unused dependencies in your package.json","keywords":["depclean","depcheck","npm","node","rust"],"author":"mysteryven","license":"MIT","homepage":"https://github.com/mysteryven/depclean","bugs":"https://github.com/mysteryven/depclean/issues","repository":{"type":"git","url":"git+https://github.com/mysteryven/depclean.git","directory":"npm"},"bin":{"depclean":"bin/depclean"},"engines":{"node":">=14.*"},"files":["bin/depclean","README.md"],"optionalDependencies":{"@depclean/darwin-arm64":"0.0.2"}}
{
"name": "depclean",
"version": "0.0.3",
"description": "A rust version depcheck to help you find and remove unused dependencies in your package.json",
"keywords": [
"depclean",
"depcheck",
"npm",
"node",
"rust"
],
"author": "mysteryven",
"license": "MIT",
"homepage": "https://github.com/mysteryven/depclean",
"bugs": "https://github.com/mysteryven/depclean/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/mysteryven/depclean.git",
"directory": "npm"
},
"bin": {
"depclean": "bin/depclean"
},
"engines": {
"node": ">=14.*"
},
"files": [
"bin/depclean",
"README.md"
],
"optionalDependencies": {
"@depclean/darwin-arm64": "0.0.2"
}
}

0 comments on commit 97e7bbe

Please sign in to comment.