Skip to content

Commit

Permalink
Release v2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Jul 20, 2020
1 parent 592f775 commit 71ce620
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 86 deletions.
122 changes: 38 additions & 84 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpio",
"version": "2.1.1",
"version": "2.1.2",
"description": "High performance GPIO/i2c/PWM/SPI module for Raspberry Pi",
"homepage": "https://www.npmjs.com/package/rpio",
"main": "./lib/rpio.js",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"bindings": "~1.5.0",
"nan": "~2.14.0"
"nan": "^2.14.1"
},
"devDependencies": {
"eslint": "~6.5.0",
Expand Down

0 comments on commit 71ce620

Please sign in to comment.