Skip to content

Commit

Permalink
Updated dependencies and dropped EOLed Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrius committed Jan 10, 2020
1 parent 91fd437 commit 6a4afe8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 41 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 11.0.0 (2020-1-10)

- Updated dependencies
- BREAKING CHANGE: dropped support for end-of-lifed versions of Node.js, so this now only supports Node 10, 12, and 13

## 10.0.4 (2019-10-5)

- Added `arm64` to the `cpu` field in package.json for installing on 64-bit Raspberry Pis
Expand Down
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raspi-io",
"version": "10.0.4",
"version": "11.0.0",
"description": "A Firmata-compatible Raspberry Pi I/O API",
"main": "dist/index.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
"raspi-gpio": "^6.2.1",
"raspi-i2c": "^6.2.2",
"raspi-led": "^2.1.1",
"raspi-serial": "^5.1.1",
"raspi-serial": "^6.0.0",
"raspi-soft-pwm": "^6.0.1"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"typescript": "^3.5.1"
},
"engines": {
"node": ">= 6.4.0"
"node": ">= 10.13.0"
},
"cpu": [
"arm",
Expand Down

0 comments on commit 6a4afe8

Please sign in to comment.