@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20221122153914 to 0.0.0-dev-20221123192035
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20221122153914", | ||
"version": "0.0.0-dev-20221123192035", | ||
"description": "The types for css panda", | ||
"main": "src/index.d.ts", | ||
"main": "dist/index.d.ts", | ||
"author": "Segun Adebayo <joseshegs@gmail.com>", | ||
@@ -15,5 +15,10 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"csstype": "3.1.1" | ||
"csstype": "3.1.1", | ||
"chokidar-cli": "^3.0.0" | ||
}, | ||
"scripts": {} | ||
"scripts": { | ||
"build": "tsx scripts/build.ts", | ||
"build-fast": "tsx scripts/build.ts", | ||
"dev": "chokidar -c 'pnpm build' src" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
16
20442
879528
2