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 = {
dirname: __dirname + '/lib',
dirname: __dirname + '/src',
// http://stackoverflow.com/questions/2078915/a-regular-expression-to-exclude-a-word-string
filter: /^(?!index)([^\.].*)\.js?$/,
recursive: false,

View File

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