Skip to content

Commit

Permalink
Added 64-bit to cpu field
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrius committed Oct 5, 2019
1 parent fe1c1f0 commit 91fd437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 10.0.4 (2019-10-5)

- Added `arm64` to the `cpu` field in package.json for installing on 64-bit Raspberry Pis

## 10.0.3 (2019-9-12)

- Fixed a bug where serial wasn't being disabled on the RPi 4
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raspi-io",
"version": "10.0.3",
"version": "10.0.4",
"description": "A Firmata-compatible Raspberry Pi I/O API",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -35,7 +35,8 @@
"node": ">= 6.4.0"
},
"cpu": [
"arm"
"arm",
"arm64"
],
"scripts": {
"test": "node ./test/bootstrap.js",
Expand Down

0 comments on commit 91fd437

Please sign in to comment.