create-fastkit-app
Advanced tools
Comparing version 0.10.6 to 0.11.0
{ | ||
"name": "create-fastkit-app", | ||
"version": "0.10.6", | ||
"version": "0.11.0", | ||
"description": "CLI to generate scaffolding for applications proposed by fastkit.", | ||
@@ -17,2 +17,3 @@ "buildOptions": { | ||
".": "./dist/create-fastkit-app.mjs", | ||
"./dist/*": "./dist/*", | ||
"./package.json": "./package.json" | ||
@@ -19,0 +20,0 @@ }, |
@@ -5,4 +5,4 @@ { | ||
"@types/node": "^18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.48.0", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"@typescript-eslint/eslint-plugin": "^5.48.1", | ||
"@typescript-eslint/parser": "^5.48.1", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
@@ -9,0 +9,0 @@ "@vitejs/plugin-vue-jsx": "^3.0.0", |
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
151859