create-tina-app 0.1.8 → 0.1.9

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.
@@ -1,4 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- require = require('esm')(module)
4
3
  require('../dist')
package/dist/index.js CHANGED
@@ -50,7 +50,7 @@ var import_path4 = __toModule(require("path"));
50
50
 
51
51
  // package.json
52
52
  var name = "create-tina-app";
53
- var version = "0.1.8";
53
+ var version = "0.1.9";
54
54
 
55
55
  // src/util/fileUtil.ts
56
56
  var import_fs_extra = __toModule(require("fs-extra"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -26,7 +26,7 @@
26
26
  "directory": "packages/create-tina-app"
27
27
  },
28
28
  "devDependencies": {
29
- "@tinacms/scripts": "0.51.1",
29
+ "@tinacms/scripts": "0.51.3",
30
30
  "@types/fs-extra": "^9.0.13",
31
31
  "@types/node": "^16.11.7",
32
32
  "@types/prompts": "^2.0.14",
@@ -38,7 +38,6 @@
38
38
  "chalk": "^4.1.2",
39
39
  "commander": "^8.3.0",
40
40
  "cross-spawn": "^7.0.3",
41
- "esm": "3.2.25",
42
41
  "fs-extra": "^10.0.0",
43
42
  "got": "^11.8.5",
44
43
  "prompts": "^2.4.2",