Skip to content

Commit

Permalink
Fix dependecies problem
Browse files Browse the repository at this point in the history
  • Loading branch information
oeuillot committed May 12, 2014
1 parent c767ca2 commit ce3343d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "xpl-api",
"version": "1.0.8",
"version": "1.0.9",
"description": "Node JS layer for XPL",
"main": "./lib/xpl-api.js",
"dependencies": {
"commander": "latest",
"serialport": "latest"
"serialport": "latest",
"semaphore": "latest"
},
"keywords": [
"XPL","nodejs"
Expand Down

0 comments on commit ce3343d

Please sign in to comment.