@mpxjs/cli 3.3.2 → 3.3.3

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/lib/create.js +1 -0
  2. package/package.json +1 -1
package/lib/create.js CHANGED
@@ -186,6 +186,7 @@ async function create (projectName, options, preset = null) {
186
186
 
187
187
  await creator.create({
188
188
  ...options,
189
+ preset: undefined,
189
190
  inlinePreset: JSON.stringify(preset)
190
191
  })
191
192
  }
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  "access": "public",
30
30
  "registry": "https://registry.npmjs.org"
31
31
  },
32
- "version": "3.3.2"
32
+ "version": "3.3.3"
33
33
  }