From b167c3dfaa390672278310115a54f1b638d112af Mon Sep 17 00:00:00 2001 From: "Y. S" Date: Mon, 9 Oct 2017 20:58:23 -0400 Subject: [PATCH 1/2] Update dependency --- src/stepper-wiringpi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stepper-wiringpi.js b/src/stepper-wiringpi.js index 852a8be..a644b32 100644 --- a/src/stepper-wiringpi.js +++ b/src/stepper-wiringpi.js @@ -12,7 +12,7 @@ */ -var wpi = require('wiring-pi'); +var wpi = require('wiringpi-node'); wpi.setup('gpio'); From 623126e4ac981025f54a8b96317e291cbf4afaba Mon Sep 17 00:00:00 2001 From: "Y. S" Date: Mon, 9 Oct 2017 20:59:15 -0400 Subject: [PATCH 2/2] Update dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6279d18..7f7d63d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -24,4 +24,4 @@ "author": "Neil Kolban", "license": "MIT", "readmeFilename": "README.md" -} \ No newline at end of file +}