Skip to content

Commit

Permalink
Remove: package-lock.json file is not needed, any version declared …
Browse files Browse the repository at this point in the history
…in `package.json` is fine
  • Loading branch information
BenceSzalai committed Nov 5, 2022
1 parent b606c74 commit 69ef900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 280 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ fabric.properties

# Other
.wakatime-project
package-lock.json
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated dependencies to include newer versions where possible.

### Removed
- `package-lock.json` file is not needed, any version declared in `package.json` is fine

## [1.0.3] - 2020-10-15
### Fix
- `npm run generate` script was removed by mistake.
Expand Down
280 changes: 0 additions & 280 deletions package-lock.json

This file was deleted.

0 comments on commit 69ef900

Please sign in to comment.