backblaze-b2-client
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "backblaze-b2-client", | ||
"description": "Rich client for Backblaze B2", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "Apache-2.0", | ||
@@ -53,3 +53,3 @@ "author": { | ||
"prepush": "npm test", | ||
"prepublish": "npm build && npm test" | ||
"prepublishOnly": "npm build && npm test" | ||
}, | ||
@@ -59,6 +59,4 @@ "jest": { | ||
"ts", | ||
"tsx", | ||
"js", | ||
"json", | ||
"jsx" | ||
"json" | ||
], | ||
@@ -70,3 +68,2 @@ "moduleNameMapper": { | ||
"testEnvironment": "node", | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", | ||
"transform": { | ||
@@ -73,0 +70,0 @@ "^.+\\.tsx?$": "ts-jest" |
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
18301