@171h/utils
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "@171h/utils", | ||
"type": "module", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"packageManager": "pnpm@8.1.1", | ||
@@ -39,2 +39,14 @@ "description": "", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "unbuild --stub", | ||
"lint": "eslint .", | ||
"prepublishOnly": "nr build", | ||
"release": "bumpp && npm publish --access public", | ||
"start": "esno src/index.ts", | ||
"test": "vitest --watch", | ||
"bench": "vitest bench", | ||
"test-ui": "vitest --ui", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"devDependencies": { | ||
@@ -68,14 +80,3 @@ "@171h/dayjs-business-time": "^1.1.0", | ||
"*": "eslint --fix" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "unbuild --stub", | ||
"lint": "eslint .", | ||
"release": "bumpp && npm publish --access public", | ||
"start": "esno src/index.ts", | ||
"test": "vitest --watch", | ||
"bench": "vitest bench", | ||
"test-ui": "vitest --ui", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} | ||
} |
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
27246
6
338