create-quasar 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -112,7 +112,7 @@ async function run () {
112
112
  process.exit(0)
113
113
  }
114
114
 
115
- if (scope.lint) {
115
+ if (scope.preset.lint) {
116
116
  try {
117
117
  await utils.lintFolder(scope)
118
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-quasar",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
5
5
  "author": {
6
6
  "name": "Razvan Stoenescu",