@haxtheweb/create 9.0.24 → 9.0.25

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.
@@ -138,7 +138,8 @@ class HAXWiring {
138
138
  async function webcomponentProcess(commandRun, project, port = "8000") {
139
139
  // auto select operations to perform if requested
140
140
  if (!project.extras) {
141
- if (!commandRun.options.extras) {
141
+ console.log(commandRun.options.extras);
142
+ if (commandRun.options.extras === false) {
142
143
  project.extras = [];
143
144
  } else {
144
145
  let extras = ['launch', 'install', 'git'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haxtheweb/create",
3
- "version": "9.0.24",
3
+ "version": "9.0.25",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },