create-application-template 0.5.1 → 0.6.1

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 (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FdaveKontro%2Fcreate-application-template%2Fmain%2Fpackage.json&query=%24.version&label=version&labelColor=%23454145&color=%23cec2eb)
2
+ ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FdaveKontro%2Fcreate-application-template%2Fmain%2Fpackage.json&query=%24.engines.node&label=node&labelColor=%23454145&color=%23cec2eb)
3
+ ![Static Badge](https://img.shields.io/badge/npm-v10.2.4-%23cec2eb)
4
+
1
5
  # Create Application Template
2
6
  This project aims to provide a configured application template for you to build upon.
3
7
 
@@ -5,7 +9,7 @@ All configuration is fully visable and under your control to augment as you see
5
9
 
6
10
  The template is a typescript enabled React application with a test suite and code linting.
7
11
 
8
- See the template running live [here](https://createapplicationtemplate.onrender.com).
12
+ See the template running live [here](https://www.createapplicationtemplate.com/).
9
13
 
10
14
  ## installation
11
15
  first install globally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "0.5.1",
3
+ "version": "0.6.1",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -36,7 +36,7 @@
36
36
  "license": "MIT",
37
37
  "proxy": "http://localhost:3000",
38
38
  "engines": {
39
- "node": "18"
39
+ "node": ">=18.19.1"
40
40
  },
41
41
  "dependencies": {
42
42
  "concurrently": "8.2.2",