@digitaldefiance/express-suite-starter 2.1.59 → 2.1.60

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -337,6 +337,10 @@ MIT © Digital Defiance
337
337
 
338
338
  ## ChangeLog
339
339
 
340
+ ### Version 2.1.60
341
+
342
+ - CORS + mkcert tweaks
343
+
340
344
  ### Version 2.1.59
341
345
 
342
346
  - Fix views assets project.json config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/express-suite-starter",
3
- "version": "2.1.59",
3
+ "version": "2.1.60",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create-express-suite": "./dist/src/cli.js"