Skip to content

Commit

Permalink
remove JSONSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed Oct 20, 2012
1 parent e64724b commit d8df182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions index.js
Expand Up @@ -2,9 +2,7 @@ var
serialport = require('serialport'),
EventEmitter = require('events').EventEmitter,
fs = require('fs'),
path = require('path'),
file = path.join(process.env.HOME, '.serialport'),
match = require('JSONSelect').match;
file = require('path').join(process.env.HOME, '.serialport');

/*
options
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "serialport-manager",
"version": "0.0.1",
"version": "0.0.2",
"description": "enforce a single connection to serialports",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d8df182

Please sign in to comment.