@gxp-dev/tools 2.0.10 → 2.0.11

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.
@@ -116,6 +116,21 @@ async function initCommand(argv) {
116
116
  dest: "src/DemoPage.vue",
117
117
  desc: "DemoPage.vue (Example component)",
118
118
  },
119
+ {
120
+ src: "default-styling.css",
121
+ dest: "default-styling.css",
122
+ desc: "default-styling.css",
123
+ },
124
+ {
125
+ src: "app-instructions.md",
126
+ dest: "app-instructions.md",
127
+ desc: "app-instructions.md",
128
+ },
129
+ {
130
+ src: "configuration.json",
131
+ dest: "configuration.json",
132
+ desc: "configuration.json",
133
+ },
119
134
  {
120
135
  src: "app-manifest.json",
121
136
  dest: "app-manifest.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gxp-dev/tools",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "Dev tools to create platform plugins",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {