Skip to content

Commit 6a72af3

Browse files
committed
feat: genericize package.json
1 parent d822380 commit 6a72af3

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ WORKDIR /home/
44

55
COPY . .
66

7-
RUN bash ./setup.sh
7+
RUN bash ./setup.sh
8+
9+
ENV TERM zsh

package.json

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
{
2-
"name": "vs-online-nodejs-starter",
3-
"version": "1.0.0",
4-
"description": "This project is a starter for Node.js developers to use VS Online with a more optimized environment.",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"author": "",
10-
"license": "MIT",
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/cutenode/vs-online-nodejs-starter.git"
14-
},
15-
"keywords": [],
16-
"bugs": {
17-
"url": "https://github.com/cutenode/vs-online-nodejs-starter/issues"
18-
},
19-
"homepage": "https://github.com/cutenode/vs-online-nodejs-starter#readme"
20-
}
2+
"name": "",
3+
"version": "",
4+
"description": "",
5+
"main": "",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "MIT",
11+
"keywords": []
12+
}
13+

0 commit comments

Comments
 (0)