From 94b7bdcc087b820e10913c483bab3e2c54d103f2 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Thu, 5 Mar 2015 21:03:16 -0500 Subject: [PATCH] Preparing for 1.6.0 -- fixed hint issue. Tracking down invalid port issue. --- .jshintrc | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.jshintrc b/.jshintrc index 195962b46..a29cee3f9 100644 --- a/.jshintrc +++ b/.jshintrc @@ -23,6 +23,6 @@ "maxparams": 5, "maxdepth": 3, - "maxstatements": 54, //default 25 - "maxcomplexity": 30 //default 6 + "maxstatements": 60, //default 25 + "maxcomplexity": 40 //default 6 } diff --git a/package.json b/package.json index a2a8695d5..d01688c8f 100644 --- a/package.json +++ b/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",