Update to 0.2.0

This commit is contained in:
RogerHardiman 2016-07-27 22:35:06 +00:00
parent 6bdadd8534
commit e22415298e

View file

@ -1,8 +1,8 @@
{ {
"name": "tenx_driver", "name": "tenx-usb-missile-launcher-driver",
"version": "1.0.0", "version": "0.2.0",
"description": "Control Tenx USB Missile Launcher", "description": "Control Tenx USB Missile Launcher: Pan, Tilt and Fire. Sold in the UK by Marks and Spenser. USB ID 0x1130 0x0202",
"main": "keyboard.js", "main": "tenx_driver.js",
"dependencies": { "dependencies": {
"keypress": "^0.2.1" "keypress": "^0.2.1"
}, },
@ -10,6 +10,6 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "Roger Hardiman",
"license": "MIT" "license": "MIT"
} }