Skip to content

Commit

Permalink
Preparing for 1.6.0 -- fixed hint issue. Tracking down invalid port i…
Browse files Browse the repository at this point in the history
…ssue.
  • Loading branch information
Chris Williams committed Mar 6, 2015
1 parent 47774e2 commit 94b7bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .jshintrc
Expand Up @@ -23,6 +23,6 @@

"maxparams": 5,
"maxdepth": 3,
"maxstatements": 54, //default 25
"maxcomplexity": 30 //default 6
"maxstatements": 60, //default 25
"maxcomplexity": 40 //default 6
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "1.5.0",
"version": "1.6.0",
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand Down

0 comments on commit 94b7bdc

Please sign in to comment.