@chakra-ui/number-utils
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@chakra-ui/number-utils", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "", | ||
@@ -12,4 +12,2 @@ "keywords": [ | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
@@ -25,3 +23,3 @@ "files": [ | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "utilities/number-utils" | ||
"directory": "packages/utilities/number-utils" | ||
}, | ||
@@ -31,5 +29,17 @@ "bugs": { | ||
}, | ||
"devDependencies": { | ||
"clean-package": "2.1.1" | ||
}, | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format=esm,cjs --dts", | ||
"dev": "pnpm build -- --watch", | ||
"dev": "pnpm build:fast -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -36,0 +46,0 @@ "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
8213
1