Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Apr 11, 2018
1 parent 454c23a commit 3ec787f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-web-bluetooth",
"version": "0.0.7",
"version": "0.0.8",
"description": "Web Bluetooth API and interactive device picker for node.js",
"keywords": [
"webbluetooth",
Expand Down Expand Up @@ -42,7 +42,7 @@
"mocha": "^3.3.0"
},
"scripts": {
"start": "cli/cli.js",
"start": "cli/cli.js",
"lint": "eslint src",
"test": "mocha",
"test2": "mocha --compilers js:babel-register --require babel-polyfill"
Expand Down

0 comments on commit 3ec787f

Please sign in to comment.