generator-reshow 0.17.72 → 0.17.73

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.
@@ -21,6 +21,7 @@
21
21
  "reshow-unit": "*"
22
22
  },
23
23
  "scripts": {
24
+ "clean": "find ./build ./types -name '*.*' | xargs rm -rf",
24
25
  "build:cjs": "BABEL_ENV=cjs babel src -d build/cjs/src --ignore /**/__tests__ --root-mode upward",
25
26
  "build:es": "BABEL_ENV=es babel src -d build/es/src --out-file-extension .mjs --root-mode upward",
26
27
  "build:type": "npx -p typescript tsc src/*.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --declarationDir types",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.17.72",
2
+ "version": "0.17.73",
3
3
  "name": "generator-reshow",
4
4
  "repository": {
5
5
  "type": "git",