Skip to content

Commit d3b0f3f

Browse files
authored
Merge branch 'master' into tstemplate-v2.3.0
2 parents 2dd3c24 + 4557e4b commit d3b0f3f

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
```
1111
2. Install the template (Copy this into git bash).
1212
```bash
13-
git remote add template https://bitbucket.org/dmgdevelopmentteam/typescript-project-template/ && git pull template master --allow-unrelated-histories && git remote remove template
13+
git remote add template https://github.com/StatelessStudio/typescript-template/ && git pull template master --allow-unrelated-histories && git remote remove template
1414
```
1515
3. Replace "typescript-template" with the name of your app project-wide (**No Spaces or special characters except dash!**)
1616
4. `npm i`

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "typescript-template",
33
"version": "1.0.0",
44
"ts-project-version": "2.3.0",
5+
"description": "typescript-template",
56
"scripts": {
67
"start": "npm run dev",
78
"dev": "ts-node src/index.ts",
@@ -46,5 +47,17 @@
4647
"ts-node": "^10.4.0",
4748
"typedoc": "^0.22.11",
4849
"typescript": "^4.5.4"
49-
}
50+
},
51+
"repository": {
52+
"type": "git",
53+
"url": "git+https://github.com/StatelessStudio/typescript-template.git"
54+
},
55+
"author": "stateless-studio",
56+
"license": "MIT",
57+
"bugs": {
58+
"url": "https://github.com/StatelessStudio/typescript-template/issues"
59+
},
60+
"homepage": "https://github.com/StatelessStudio/typescript-template#readme",
61+
"keywords": [
62+
]
5063
}

0 commit comments

Comments
 (0)