add device class back to this package - remove promise q from bus module.
parent
1cdbb171d3
commit
0f9a730bdf
2
index.js
2
index.js
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue