Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "bencho", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A command-line benchmarking tool.", | ||
@@ -11,2 +11,5 @@ "license": "MIT", | ||
"bin": "./bin/bencho.js", | ||
"main": "./build/marker.cjs", | ||
"module": "./build/marker.js", | ||
"types": "./types/marker.d.ts", | ||
"exports": { | ||
@@ -17,9 +20,2 @@ "import": "./build/marker.js", | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./types/marker.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -26,0 +22,0 @@ "bin", |
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
285307