@lucasmeira/npmfix
Version:
A CLI to fix npm dependencies
72 lines (41 loc) • 1.67 kB
Markdown
# @lucasmeira/npmfix
## 0.0.5
## Summary of Changes
### Miscellaneous
- chore(cleanup): remove unnecessary .js test files (9802f6e)
- fix(build): update module aliases for correct execution (378b512)
## 0.0.4
### Patch Changes
#### Miscellaneous
- fix(ci): correct command in release script (0fb45e9)
- chore(release): update changeset config to streamline publishing (c2c76f6)
- chore(husky): enhance pre-commit hook with dependency and code quality checks (07b9d2a)
- fix(logging): correct log reference and improve project configuration (c48e000)
## 0.0.3
### Patch Changes
#### Documentation
- **docs**: Improve CLI setup instructions in README.md (80a5c82)
#### Build and Configuration
- **build**: Update changelog configuration for changesets (e2a2f6b)
- **build**: Add module aliases for better path resolution (c61dba9)
- **chore**: Enhance keywords for improved discoverability on npm and GitHub (005587f)
#### Refactoring
- **refactor**: Remove unused file and `.tgz` artifact (63d9a54, b0783ab)
## 0.0.2
### Patch Changes
#### Structure and Documentation
- **chore(structure)**: Reorganize project structure and align ESLint/Prettier configs (7f3feda)
- **docs**: Fix links and references in README.md (42879cd)
## 0.0.1
### Patch Changes
#### Bug Fixes
- **fix**: Resolve "Cannot find module 'tslib'" issue (db14998)
- **fix**: Update package name for npm compatibility (f74dd56)
- **fix(ci)**: Adjust publish release workflow (2e9d01b)
#### Features
- **feat**: Add CLI functionality (b3baef9)
#### Miscellaneous
- Initial project setup and configuration
- **fix**: Add `dist` directory to `.gitignore` (ef7abdd)