pretty-hrtime
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "pretty-hrtime", | ||
"description": "process.hrtime() to words", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/robrich/pretty-hrtime", | ||
@@ -14,4 +14,4 @@ "repository": "git://github.com/robrich/pretty-hrtime.git", | ||
"devDependencies": { | ||
"mocha": "~1.17.1", | ||
"should": "~3.1.3" | ||
"mocha": "^1.21.4", | ||
"should": "^4.0.4" | ||
}, | ||
@@ -18,0 +18,0 @@ "scripts": { |
@@ -14,3 +14,2 @@ [![Build Status](https://secure.travis-ci.org/robrich/pretty-hrtime.png?branch=master)](https://travis-ci.org/robrich/pretty-hrtime) | ||
var prettyHrtime = require('pretty-hrtime'); | ||
var process = require('process'); | ||
@@ -17,0 +16,0 @@ var start = process.hrtime(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6155
58