Skip to content

Commit 3ea3620

Browse files
author
Tom Berey
committed
Ver:1.0.0--Initial-Commit
1 parent c1f0776 commit 3ea3620

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ development ]
5+
branches: [ master ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ main ]
8+
branches: [ master ]
99

1010
jobs:
1111
analyze:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div align="center"><h1>Node.ts</h1>A Fresh & Blank Template,<br>to start something new in Typescript and Nodejs</div>
2626
<div align="right">
2727
<br>
28-
<a href="https://github.com/tberey/typescript-node-fresh-start-template/blob/main/README.md"><strong>Documentation »</strong></a>
28+
<a href="https://github.com/tberey/typescript-node-fresh-start-template/blob/master/README.md"><strong>Documentation »</strong></a>
2929
<br>
3030
<a href="#usage">View Demo</a>
3131
·
@@ -154,7 +154,7 @@ The following steps are complete instruction to create this template, but withou
154154
```sh
155155
npx tsc --init
156156
```
157-
5. [Optional] Some basic parameters to use in the tsconfig.json file. [My settings for this file can be found here](https://github.com/tberey/typescript-node-fresh-start-template/blob/main/tsconfig.json) also, to copy & paste. Otherwise, adjust this further with own preferences, or leave it as is.
157+
5. [Optional] Some basic parameters to use in the tsconfig.json file. [My settings for this file can be found here](https://github.com/tberey/typescript-node-fresh-start-template/blob/master/tsconfig.json) also, to copy & paste. Otherwise, adjust this further with own preferences, or leave it as is.
158158
```sh
159159
{
160160
"compilerOptions": {

0 commit comments

Comments
 (0)