misfit-bolt
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "misfit-bolt", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Misfit Bolt Javascript Interface", | ||
@@ -12,9 +12,5 @@ "keywords": [ | ||
], | ||
"bin": { | ||
"jshint": "./bin/jshint", | ||
"mocha": "./bin/mocha" | ||
}, | ||
"scripts": { | ||
"lint": "jshint *.js", | ||
"test": "mocha ." | ||
"lint": "./bin/jshint *.js", | ||
"test": "./bin/mocha ." | ||
}, | ||
@@ -21,0 +17,0 @@ "main": "index.js", |
13749