Compare commits

..

No commits in common. "master" and "v0.0.3" have entirely different histories.

2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "easy-usb-relay", "name": "easy-usb-relay",
"version": "0.0.4", "version": "0.0.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,14 +1,14 @@
{ {
"name": "easy-usb-relay", "name": "easy-usb-relay",
"version": "0.0.4", "version": "0.0.3",
"description": "A simple USB relay support library", "description": "A simple USB relay support library",
"main": "src/relays.js", "main": "src/relay.js",
"scripts": { "scripts": {
"test": "jest" "test": "jest"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "github.com/danawoodman/easy-usb-relay" "url": "github.com/danawoodman/usbrelay"
}, },
"keywords": [ "keywords": [
"usb", "usb",