add device class back to this package - remove promise q from bus module.

master
David Kebler 2017-05-29 10:22:14 -07:00
parent 1cdbb171d3
commit 0f9a730bdf
4 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
let opts = { let opts = {
dirname: __dirname + '/lib', dirname: __dirname + '/src',
// http://stackoverflow.com/questions/2078915/a-regular-expression-to-exclude-a-word-string // http://stackoverflow.com/questions/2078915/a-regular-expression-to-exclude-a-word-string
filter: /^(?!index)([^\.].*)\.js?$/, filter: /^(?!index)([^\.].*)\.js?$/,
recursive: false, recursive: false,

View File

@ -1,6 +1,6 @@
{ {
"name": "@uci/i2c", "name": "@uci/i2c",
"version": "0.0.1", "version": "0.1.0",
"description": "Bus and Device Classes for I2C Interfacing", "description": "Bus and Device Classes for I2C Interfacing",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -24,9 +24,8 @@
}, },
"homepage": "https://github.com/uCOMmandIt/i2c#readme", "homepage": "https://github.com/uCOMmandIt/i2c#readme",
"dependencies": { "dependencies": {
"@uci/require-all": "^2.3.0", "@uci/require-all": "^2.x",
"i2c-bus": "^1.2.0", "i2c-bus": "^1.x"
"pify": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"chai": "^3.5.0", "chai": "^3.5.0",