@mui-internal/typescript-to-proptypes
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,2 +8,6 @@ # Changelog | ||
## 1.0.2 | ||
Fix the incorrectly published package. | ||
## 1.0.1 | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "@mui-internal/typescript-to-proptypes", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "MUI Team", | ||
@@ -48,3 +48,3 @@ "description": "Generate proptypes from TypeScript declarations. This is a fork of the typescript-to-proptypes package adapted for MUI needs. This is an internal package not meant for general use.", | ||
"scripts": { | ||
"prepublish": "rimraf ./build", | ||
"prebuild": "rimraf ./build", | ||
"build": "tsc -b tsconfig.build.json", | ||
@@ -51,0 +51,0 @@ "release:publish": "pnpm publish --tag latest", |
152486
99
3905