bluetooth-terminal
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "bluetooth-terminal", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "ES6 class for serial communication with Bluetooth Low Energy (Smart) devices", | ||
"main": "./src/BluetoothTerminal.js", | ||
"scripts": { | ||
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha", | ||
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", | ||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha", | ||
"coveralls": "npm run coverage -- --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", | ||
"lint": "eslint src test", | ||
@@ -37,10 +37,10 @@ "test": "mocha" | ||
"coveralls": "^3.0.3", | ||
"eslint": "^5.14.1", | ||
"eslint": "^5.16.0", | ||
"eslint-config-google": "^0.12.0", | ||
"istanbul": "^0.4.5", | ||
"jsdom": "^13.2.0", | ||
"jsdom": "^14.0.0", | ||
"mocha": "^6.0.2", | ||
"sinon": "^7.2.4", | ||
"sinon": "^7.3.1", | ||
"web-bluetooth-mock": "^1.0.2" | ||
} | ||
} |
37941