Skip to content

Commit f1d869b

Browse files
committed
rename repository
1 parent e9a04d2 commit f1d869b

File tree

4 files changed

+27
-13
lines changed

4 files changed

+27
-13
lines changed

DOCS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cloud Native Node.js
1+
# Cloud-native Enterprise Node.js
22

33
## Build a 12-Factor Node.js App with Docker
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TypeScript in Visual Studio Code
1+
# Cloud-native Enterprise Node.js
22

33
## Configuration
44

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+21-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
11
{
2-
"name": "typescript-vscode",
3-
"version": "0.1.0",
4-
"description": "TypeScript in Visual Studio Code",
2+
"name": "cloud-native-enterprise-nodejs",
3+
"version": "0.2.0",
4+
"description": "Cloud-native Enterprise Node.js",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/m99coder/typescript-vscode.git"
7+
"url": "git+https://github.com/m99coder/cloud-native-enterprise-nodejs.git"
88
},
9-
"keywords": [],
9+
"keywords": [
10+
"eslint",
11+
"fastify",
12+
"grafana",
13+
"jest",
14+
"loki",
15+
"observability",
16+
"pino",
17+
"prettier",
18+
"prometheus",
19+
"promtail",
20+
"tempo",
21+
"ts-node-dev",
22+
"typescript"
23+
],
1024
"author": "Marco Lehmann <[email protected]>",
1125
"license": "MIT",
1226
"bugs": {
13-
"url": "https://github.com/m99coder/typescript-vscode/issues"
27+
"url": "https://github.com/m99coder/cloud-native-enterprise-nodejs/issues"
1428
},
15-
"homepage": "https://github.com/m99coder/typescript-vscode#readme",
29+
"homepage": "https://github.com/m99coder/cloud-native-enterprise-nodejs#readme",
1630
"devDependencies": {
1731
"@types/jest": "^28.1.7",
1832
"@types/node": "^18.7.6",

0 commit comments

Comments
 (0)