@navneet_25/tempjs 1.0.0 → 1.0.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/package.json +1 -1
  2. package/templates.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navneet_25/tempjs",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI to instantiate website project templates from a single GitHub repository",
5
5
  "type": "module",
6
6
  "bin": {
package/templates.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "repository": {
3
- "owner": "your-username",
3
+ "owner": "SidhartGautam25",
4
4
  "repo": "templates",
5
5
  "branch": "main",
6
6
  "templatesPath": "templates"
@@ -17,4 +17,4 @@
17
17
  "description": "Real estate and property listing website with admin panel and property management"
18
18
  }
19
19
  }
20
- }
20
+ }