pretty-hrtime
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "pretty-hrtime", | ||
"description": "process.hrtime() to words", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/robrich/pretty-hrtime", | ||
@@ -14,7 +14,8 @@ "repository": "git://github.com/robrich/pretty-hrtime.git", | ||
"devDependencies": { | ||
"mocha": "^2.1.0", | ||
"should": "^4.4.2" | ||
"jshint": "^2.8.0", | ||
"mocha": "^2.3.3", | ||
"should": "^7.1.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha && jshint ." | ||
}, | ||
@@ -24,8 +25,3 @@ "engines": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/robrich/pretty-hrtime/raw/master/LICENSE" | ||
} | ||
] | ||
"license": "MIT" | ||
} |
6
6096
3