generator-hubble 0.0.1 → 0.0.2

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.
@@ -31,7 +31,6 @@ export default class extends Generator {
31
31
  type: "string",
32
32
  name: "elementName",
33
33
  message: "What's the name of the element?",
34
- default: this.props.packageName.replace('hubble-', '')
35
34
  },
36
35
  {
37
36
  type: "string",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "generator-hubble",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "description": "A yeoman generator to easily create a lit-element project with tailwindcss and typescript",
6
6
  "homepage": "https://github.com/jsmithdev/generator-hubble",
7
7
  "author": {