Skip to content

Commit

Permalink
Merge pull request #2 from ThePhantomGamer/master
Browse files Browse the repository at this point in the history
Fix deprecated dependecy.
  • Loading branch information
nkolban committed Oct 10, 2017
2 parents fe440db + 623126e commit b000564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"wiring-pi": "^2.1.1"
"wiringpi-node": "^2.4.4"
},
"keywords": [
"stepper",
Expand All @@ -24,4 +24,4 @@
"author": "Neil Kolban",
"license": "MIT",
"readmeFilename": "README.md"
}
}
2 changes: 1 addition & 1 deletion src/stepper-wiringpi.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/


var wpi = require('wiring-pi');
var wpi = require('wiringpi-node');

wpi.setup('gpio');

Expand Down

0 comments on commit b000564

Please sign in to comment.