@automerge/create-vite-app 2.6.0-subduction.26 → 2.6.0-subduction.27

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.
package/dist/index.js CHANGED
@@ -75,3 +75,4 @@ function copyDir(srcDir, destDir) {
75
75
  copy(srcFile, destFile);
76
76
  }
77
77
  }
78
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@automerge/create-vite-app",
3
- "version": "2.6.0-subduction.26",
3
+ "version": "2.6.0-subduction.27",
4
4
  "description": "Create an automerge-repo app which uses Vite",
5
- "repository": "https://github.com/automerge/automerge-repo/tree/master/packages/create-vite-app",
5
+ "repository": "https://github.com/automerge/automerge-repo/tree/main/packages/create-vite-app",
6
6
  "author": "Alex Good <alex@memoryandthought.me>",
7
7
  "license": "MIT",
8
8
  "type": "module",
9
- "bin": "dist/index.js",
10
9
  "files": [
11
10
  "dist/index.js",
12
11
  "template"
@@ -23,5 +22,8 @@
23
22
  "build": "tsc",
24
23
  "postbuild": "node postbuild.js",
25
24
  "test": "node test.js"
25
+ },
26
+ "bin": {
27
+ "create-vite-app": "dist/index.js"
26
28
  }
27
29
  }
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />