create-gen-app 0.3.2 → 0.3.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/package.json +8 -8
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2025 Interweb, Inc. <developers@interweb.co>
3
+ Copyright (c) 2025 Constructive <developers@constructive.io>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -6,10 +6,10 @@
6
6
 
7
7
  <p align="center" width="100%">
8
8
 
9
- <a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
10
- <img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
9
+ <a href="https://github.com/constructive-io/dev-utils/actions/workflows/ci.yml">
10
+ <img height="20" src="https://github.com/constructive-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
11
11
  </a>
12
- <a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
12
+ <a href="https://github.com/constructive-io/dev-utils/blob/main/LICENSE">
13
13
  <img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
14
14
  </a>
15
15
  <a href="https://www.npmjs.com/package/create-gen-app"><img height="20" src="https://img.shields.io/npm/dt/create-gen-app"></a>
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "create-gen-app",
3
- "version": "0.3.2",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
3
+ "version": "0.3.4",
4
+ "author": "Constructive <pyramation@constructive.io>",
5
5
  "description": "Clone and customize template repositories with variable replacement",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
8
8
  "types": "index.d.ts",
9
- "homepage": "https://github.com/hyperweb-io/dev-utils",
9
+ "homepage": "https://github.com/constructive-io/dev-utils",
10
10
  "license": "MIT",
11
11
  "publishConfig": {
12
12
  "access": "public",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/hyperweb-io/dev-utils"
17
+ "url": "https://github.com/constructive-io/dev-utils"
18
18
  },
19
19
  "bugs": {
20
- "url": "https://github.com/hyperweb-io/dev-utils/issues"
20
+ "url": "https://github.com/constructive-io/dev-utils/issues"
21
21
  },
22
22
  "scripts": {
23
23
  "copy": "copyfiles -f ../../LICENSE README.md package.json dist && copyfiles -f \"licenses-templates/**/*\" dist/licenses-templates",
@@ -28,13 +28,13 @@
28
28
  "test:watch": "jest --watch"
29
29
  },
30
30
  "dependencies": {
31
- "appstash": "0.2.4",
32
- "inquirerer": "2.1.10"
31
+ "appstash": "0.2.5",
32
+ "inquirerer": "2.1.12"
33
33
  },
34
34
  "devDependencies": {
35
35
  "copyfiles": "^2.4.1",
36
36
  "makage": "0.1.8"
37
37
  },
38
38
  "keywords": [],
39
- "gitHead": "f354f0835840f2592220167b6e3d0ffd570b6474"
39
+ "gitHead": "a30d0a87aaccc1ae729b86d24b1bc3a0f73aeb19"
40
40
  }