@digitaldefiance/express-suite-starter 2.1.51 → 2.1.53

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -337,6 +337,12 @@ MIT © Digital Defiance
337
337
 
338
338
  ## ChangeLog
339
339
 
340
+ - Missing file bugfix
341
+
342
+ ### Version 2.1.52
343
+
344
+ - Bugfix to workspacename
345
+
340
346
  ### Version 2.1.51
341
347
 
342
348
  - Misc updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/express-suite-starter",
3
- "version": "2.1.51",
3
+ "version": "2.1.53",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create-express-suite": "./dist/src/cli.js"