ts-init-template 1.0.3 → 1.0.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 (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-init-template",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A TS project template for my ts projects. This script will setup all the ts enviroment with 1 command. ",
5
5
  "main": "index.js",
6
6
  "author": "SigismundBT",
package/readme.md CHANGED
@@ -9,6 +9,7 @@
9
9
  - 🛠 Installs required devDependencies
10
10
  - 📦 Sets up `tsconfig.json` and `build.js`
11
11
  - 🔧 Updates `package.json` (`type`, `scripts`)
12
+ - 📁 Creates a `src/` directory if it doesn't exist
12
13
  - ⚡ Runs in seconds with a single command
13
14
 
14
15
  ---