create-fedi-app 0.1.3 → 0.1.4

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/README.md CHANGED
@@ -153,7 +153,7 @@ Prepare: app name, production HTTPS URL, short description, square icon (min 256
153
153
  - [Documentation](https://create-fedi-app.keeganfrancis.com/docs)
154
154
  - [Quickstart](https://create-fedi-app.keeganfrancis.com/docs/quickstart)
155
155
  - [Deployment guide](https://create-fedi-app.keeganfrancis.com/docs/deployment)
156
- - [Source repository](https://github.com/keeganfrancis/create-fedi-app)
156
+ - [Source repository](https://github.com/keegan-lee/create-fedi-app)
157
157
  - [Fedi developer docs](https://fedibtc.github.io/fedi-docs/)
158
158
 
159
159
  ## License
package/dist/index.js CHANGED
@@ -2921,7 +2921,7 @@ var require_package = __commonJS({
2921
2921
  "package.json"(exports2, module2) {
2922
2922
  module2.exports = {
2923
2923
  name: "create-fedi-app",
2924
- version: "0.1.3",
2924
+ version: "0.1.4",
2925
2925
  description: "CLI scaffolder for Fedi Bitcoin mini apps",
2926
2926
  bin: {
2927
2927
  "create-fedi-app": "./dist/index.js"
@@ -2931,11 +2931,11 @@ var require_package = __commonJS({
2931
2931
  homepage: "https://create-fedi-app.keeganfrancis.com/docs",
2932
2932
  repository: {
2933
2933
  type: "git",
2934
- url: "git+https://github.com/keeganfrancis/create-fedi-app.git",
2934
+ url: "git+https://github.com/keegan-lee/create-fedi-app.git",
2935
2935
  directory: "apps/cli"
2936
2936
  },
2937
2937
  bugs: {
2938
- url: "https://github.com/keeganfrancis/create-fedi-app/issues"
2938
+ url: "https://github.com/keegan-lee/create-fedi-app/issues"
2939
2939
  },
2940
2940
  license: "MIT",
2941
2941
  scripts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fedi-app",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "CLI scaffolder for Fedi Bitcoin mini apps",
5
5
  "bin": {
6
6
  "create-fedi-app": "./dist/index.js"
@@ -10,11 +10,11 @@
10
10
  "homepage": "https://create-fedi-app.keeganfrancis.com/docs",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/keeganfrancis/create-fedi-app.git",
13
+ "url": "git+https://github.com/keegan-lee/create-fedi-app.git",
14
14
  "directory": "apps/cli"
15
15
  },
16
16
  "bugs": {
17
- "url": "https://github.com/keeganfrancis/create-fedi-app/issues"
17
+ "url": "https://github.com/keegan-lee/create-fedi-app/issues"
18
18
  },
19
19
  "license": "MIT",
20
20
  "scripts": {