parent
d4f19a9836
commit
933c3d843c
12
.travis.yml
12
.travis.yml
|
@ -1,12 +0,0 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- '7.10'
|
||||
- 'node'
|
||||
|
||||
sudo: false
|
||||
|
||||
script: npm test
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
|
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uci/i2c-bus",
|
||||
"version": "0.1.25",
|
||||
"version": "0.3.0",
|
||||
"description": "I2c Bus Classes for Communication to I2C bus via socket or direct call",
|
||||
"main": "src/bus",
|
||||
"scripts": {
|
||||
|
@ -35,17 +35,17 @@
|
|||
},
|
||||
"homepage": "https://github.com/uCOMmandIt/i2c#readme",
|
||||
"optionalDependencies": {
|
||||
"i2c-bus": "^4.0.11"
|
||||
"i2c-bus": "^5.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uci-utils/logger": "^0.0.15",
|
||||
"@uci/base": "^0.1.30",
|
||||
"@uci-utils/logger": "^0.0.16",
|
||||
"@uci/base": "^0.5.0",
|
||||
"await-to-js": "^2.1.1",
|
||||
"p-queue": "^6.1.1",
|
||||
"pify": "^4.0.1"
|
||||
"p-queue": "^6.3.0",
|
||||
"pify": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esm": "^3.2.25",
|
||||
"nodemon": "^1.19.2"
|
||||
"nodemon": "^2.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue