Fix package import

This commit is contained in:
Dana Woodman 2018-07-23 13:18:46 -07:00
parent 8bb1eed8a0
commit b0da1b68e6

View File

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