Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "ohash", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Super fast hashing library based on murmurhash3 written in Vanilla JS", | ||
@@ -21,10 +21,2 @@ "repository": "unjs/ohash", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs .", | ||
"prepack": "unbuild", | ||
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish", | ||
"test": "pnpm lint && vitest run" | ||
}, | ||
"devDependencies": { | ||
@@ -40,3 +32,10 @@ "@nuxtjs/eslint-config-typescript": "latest", | ||
}, | ||
"packageManager": "pnpm@7.5.2" | ||
} | ||
"packageManager": "pnpm@7.5.2", | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs .", | ||
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish", | ||
"test": "pnpm lint && vitest run" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
38209
1101