create-mapcomponents-app 1.5.7-4 → 1.5.7-7

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,5 @@
1
1
  #!/usr/bin/env node
2
+
2
3
  import degit from 'degit';
3
4
  const path = process.argv[2] || 'my-mapcomponents-app';
4
5
 
package/package.json CHANGED
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "name": "create-mapcomponents-app",
3
- "version": "1.5.7-4",
3
+ "version": "1.5.7-7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "type": "module",
7
- "bin": {
8
- "create-mapcomponents-app": "cli.js"
9
- },
7
+ "bin": "index.js",
10
8
  "dependencies": {
11
9
  "degit": "^2.8.4"
12
10
  }
package/.babelrc DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "presets": [
3
- [
4
- "@nx/react/babel",
5
- {
6
- "runtime": "automatic",
7
- "useBuiltIns": "usage"
8
- }
9
- ]
10
- ],
11
- "plugins": []
12
- }
package/README.md DELETED
@@ -1,7 +0,0 @@
1
- # create-mapcomponents-app
2
-
3
- This library was generated with [Nx](https://nx.dev).
4
-
5
- ## Running unit tests
6
-
7
- Run `nx test create-mapcomponents-app` to execute the unit tests via [Vitest](https://vitest.dev/).
package/dist/README.md DELETED
@@ -1,7 +0,0 @@
1
- # create-mapcomponents-app
2
-
3
- This library was generated with [Nx](https://nx.dev).
4
-
5
- ## Running unit tests
6
-
7
- Run `nx test create-mapcomponents-app` to execute the unit tests via [Vitest](https://vitest.dev/).