react-vite-component-library
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"type": "module", | ||
@@ -23,4 +23,5 @@ "files": [ | ||
"dev": "vite", | ||
"build": "tsc && vite build && cp -r ./src/types ./dist/types", | ||
"build-modules": "tsc && vite build --config vite-types.config.js", | ||
"build": "npm run build-proj && npm run build-modules", | ||
"build-proj": "tsc && vite build && cp -r ./src/lib ./dist", | ||
"build-modules": "tsc && vite build --config vite-mods.config.js", | ||
"lint": "npm run check-types && eslint --fix", | ||
@@ -53,3 +54,3 @@ "preview": "vite preview", | ||
"module": "./dist/index.es.js", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist/lib/index.d.ts", | ||
"devDependencies": { | ||
@@ -56,0 +57,0 @@ "@commitlint/cli": "^17.5.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
68681
26
2177