create-vuetronic-app
Advanced tools
Comparing version 0.5.20 to 0.5.21
{ | ||
"name": "create-vuetronic-app", | ||
"author": "vuetronic", | ||
"version": "0.5.20", | ||
"version": "0.5.21", | ||
"module": "dist/create-vuetronic-app.js", | ||
@@ -37,3 +37,3 @@ "main": "dist/create-vuetronic-app.js", | ||
}, | ||
"gitHead": "565173e7a02eb4c498f8ca430d0ca7043fb36da1" | ||
"gitHead": "4444f55711e34c5469229e8b5587db396a701290" | ||
} |
import { vuetronicConfig } from 'vuetronic' | ||
export default vuetronicConfig({}) | ||
export default vuetronicConfig({ | ||
// currently not customizable, will coming soon | ||
}) |
@@ -0,35 +1,6 @@ | ||
const packagerConfig = require('@vuetronic/config/vuetronic/packager') | ||
module.exports = { | ||
packagerConfig: { | ||
icon: 'build/icons/icon', | ||
asar: false, | ||
junk: true, | ||
ignore: [ | ||
"src/(?:(?!\.ts)(?:.|\n))*\.ts", | ||
"src/(?:(?!\.html)(?:.|\n))*\.html", | ||
"src/(?:(?!\.turbo)(?:.|\n))*\.turbo", | ||
"src/api", | ||
"packages", | ||
"src/ui", | ||
".github", | ||
".vscode", | ||
"(?:(?!\.test\.ts)(?:.|\n))*\.test\.ts", | ||
"src/(?:(?!/)(?:.|\n))*/(?:(?!\.ts)(?:.|\n))*\.ts", | ||
"packages/(?:(?!/src)(?:.|\n))*/src", | ||
"node_modules/@vuetronic/(?:(?!/src)(?:.|\n))*/src", | ||
"node_modules/.cache", | ||
"node_modules/@babel", | ||
"node_modules/@vue/", | ||
"node_modules/vue/", | ||
"node_modules/consola", | ||
"node_modules/create-vuetronic-app", | ||
"node_modules/csstype", | ||
"node_modules/simple-git", | ||
"node_modules/postcss", | ||
"node_modules/picocolors", | ||
"node_modules/nanoid", | ||
"node_modules/source-map", | ||
"node_modules/source-map-js", | ||
"node_modules/sourcemap-codec", | ||
] | ||
}, | ||
buildIdentifier: 'vuetronic', | ||
packagerConfig: packagerConfig, | ||
electronRebuildConfig: { }, | ||
@@ -40,3 +11,2 @@ makers: [ ], | ||
hooks: { }, | ||
buildIdentifier: 'vuetronic' | ||
} |
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
34729
102