@webhouse/create-cms 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -173,7 +173,6 @@ write("package.json", JSON.stringify({
173
173
  "@webhouse/cms-cli": "^0.1.2"
174
174
  }
175
175
  }, null, 2) + "\n");
176
- write(".nvmrc", "22\n");
177
176
  console.log("");
178
177
  function detectPackageManager() {
179
178
  const userAgent = process.env.npm_config_user_agent || "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webhouse/create-cms",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Scaffold a new @webhouse/cms project",
5
5
  "type": "module",
6
6
  "license": "MIT",