Skip to content

Commit

Permalink
Merge pull request #168 from lukekaalim/fix/remove-npm-engine-specifier
Browse files Browse the repository at this point in the history
Fix/remove npm engine specifier
  • Loading branch information
dweinber authored Feb 14, 2024
2 parents 7ee6dc1 + 4cfa105 commit df06936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## Removed

- Node "16.15.1" engines requirement from npm package.

## 2.3.0 - 2023-05-02

### Changed
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
},
"author": "Bitmovin",
"license": "MIT",
"engines": {
"node": "16.15.1"
},
"dependencies": {
"@yospace/admanagement-sdk": "3.6.0",
"bitmovin-player": "^8.114.0",
Expand Down

0 comments on commit df06936

Please sign in to comment.