Fixed package.json
This commit is contained in:
parent
109393c0cf
commit
320d8d73b1
5
main.js
5
main.js
@ -1,6 +1,5 @@
|
||||
let ToyPad = require("./src/toypad.js");
|
||||
|
||||
let toyPad = new ToyPad();
|
||||
let ToyPad = require("./src/toypad.js"),
|
||||
toyPad = new ToyPad();
|
||||
|
||||
toyPad.on("connect", () => {
|
||||
console.log("Toy Pad connected");
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "retrodimensions",
|
||||
"name": "node-legodimensions",
|
||||
"version": "1.0.0",
|
||||
"description": "Retro Dimensions",
|
||||
"description": "Lego Dimensions",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
@ -9,7 +9,7 @@
|
||||
"author": "Nathan Kunicki <me@nathankunicki.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"debug": "2.6.0",
|
||||
"node-hid": "0.5.1"
|
||||
"debug": "^2.6.0",
|
||||
"node-hid": "^0.5.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user