coralite-scripts 0.34.0 → 0.35.0

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/bin/index.js +0 -2
  2. package/package.json +2 -2
package/bin/index.js CHANGED
@@ -107,8 +107,6 @@ if (mode === 'dev') {
107
107
  pageCount++
108
108
  spinner.text = `Building pages... (${pageCount} completed)`
109
109
  }
110
-
111
- return outFile
112
110
  })
113
111
 
114
112
  // Write ESM script assets generated during the build phase
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coralite-scripts",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "Configuration and scripts for Create Coralite.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -61,7 +61,7 @@
61
61
  "portfinder": "^1.0.38",
62
62
  "postcss": "^8.5.6",
63
63
  "sass": "^1.91.0",
64
- "coralite": "0.34.0"
64
+ "coralite": "0.35.0"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "premove dist && pnpm build-types",