lil-wingman
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "lil-wingman", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"license": "MIT", | ||
@@ -25,8 +25,2 @@ "author": "lucystwt", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -40,4 +34,3 @@ "watch": "rollup -c -w", | ||
"check": "tsc --noEmit", | ||
"ci": "pnpm build && pnpm test && pnpm lint && pnpm check", | ||
"prepublishOnly": "pnpm ci", | ||
"prepublishOnly": "pnpm build && vitest related --run && pnpm lint && pnpm check", | ||
"prepare": "husky install" | ||
@@ -44,0 +37,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
55561