Skip to content

Commit

Permalink
Updates dependencies and tidies up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsdennis committed Dec 10, 2016
1 parent 7d2765f commit e7f1732
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rom-comm",
"version": "1.0.0",
"description": "ROM Communication",
"description": "Communicate with microcontrollers",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
Expand Down Expand Up @@ -30,13 +30,12 @@
"homepage": "https://github.com/thingsSDK/rom-comm#readme",
"dependencies": {
"bunyan": "^1.8.5",
"mocha": "^3.2.0",
"rxjs": "^5.0.0-rc.5",
"serialport": "^4.0.6"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2"
"mocha": "^3.2.0"
}
}

0 comments on commit e7f1732

Please sign in to comment.