create-starter-app 1.0.42 → 1.0.44

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 +4 -3
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "create-starter-app",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "Interactive CLI to scaffold a starter app from curated templates",
5
5
  "type": "module",
6
6
  "bin": {
7
- "create-starter-app": "./bin/create-starter-app.js"
7
+ "create-starter-app": "bin/create-starter-app.js"
8
8
  },
9
9
  "scripts": {
10
10
  "ship": "npm run build && npx standard-version --release-as patch; rm CHANGELOG.md; npm publish",
@@ -35,7 +35,8 @@
35
35
  "license": "MIT",
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "https://github.com/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/create-starter-app"
38
+ "url": "git+https://github.com/OpenSourceAGI/dev-tools-starter-agent.git",
39
+ "directory": "packages/create-starter-app"
39
40
  },
40
41
  "homepage": "https://github.com/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/create-starter-app",
41
42
  "devDependencies": {
package/readme.md CHANGED
@@ -403,7 +403,7 @@ wget -qO- tinyurl.com/shellsetup | bash
403
403
 
404
404
  ## Documentation
405
405
 
406
- - **Main Docs**: [starterdocs.js.org](https://starterdocs.js.org)
406
+ - **Main Docs**: [Starter Kit docs](https://github.com/OpenSourceAGI/dev-tools-starter-agent/tree/master/apps/docs/content/docs)
407
407
  - **Demo**: [starterdocs.vtempest.workers.dev](https://starterdocs.vtempest.workers.dev)
408
408
  - **GitHub**: [github.com/vtempest/Starter-DOCS](https://github.com/vtempest/Starter-DOCS)
409
409