@dxtmisha/scripts 0.6.0 → 0.6.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/scripts",
3
3
  "private": false,
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "type": "module",
6
6
  "description": "Development scripts and CLI tools for DXT UI projects - automated component generation, library building and project management tools",
7
7
  "keywords": [
@@ -211,7 +211,7 @@ export class PackageInitItem {
211
211
  ) {
212
212
  console.log('Generate library...')
213
213
 
214
- PropertiesFile.writeByPath(path, `export * from '${this.getProjectName()}/style'
214
+ PropertiesFile.writeByPath(path, `import '${this.getProjectName()}/style'
215
215
  export * from '${this.getProjectName()}'
216
216
  `
217
217
  )