Comparing version 0.2.0 to 0.3.0
@@ -21,3 +21,3 @@ var EventEmitter = require('events').EventEmitter; | ||
}); | ||
} | ||
}; | ||
} | ||
@@ -27,3 +27,2 @@ } | ||
/** | ||
@@ -30,0 +29,0 @@ * Create a new benchmark. |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable no-console */ | ||
var path = require('path'); | ||
@@ -37,3 +38,3 @@ | ||
*/ | ||
var exports = module.exports = function(files) { | ||
module.exports = function(files) { | ||
iterate(files, 0, function(err) { | ||
@@ -40,0 +41,0 @@ if (err) { |
{ | ||
"name": "bench-it", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Benchmark your code", | ||
@@ -23,8 +23,3 @@ "homepage": "https://github.com/tschaub/bench-it", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://tschaub.mit-license.org/" | ||
} | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -36,3 +31,10 @@ "optimist": "~0.6.0", | ||
"bench": "bin/bench" | ||
}, | ||
"scripts": { | ||
"test": "eslint lib bin" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^0.23.0", | ||
"eslint-config-tschaub": "^1.0.0" | ||
} | ||
} |
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
10636
8
252
2