Skip to content

Commit 321adc9

Browse files
committed
Clean up a few things in the package.json
1 parent 86dddf4 commit 321adc9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
2-
"name": "labspace-docker-overview",
2+
"name": "labspace-container-supported-development",
33
"version": "1.0.0",
4-
"main": "index.js",
5-
"directories": {
6-
"doc": "docs"
7-
},
4+
"main": "src/index.js",
5+
"private": true,
86
"scripts": {
9-
"test": "echo \"Error: no test specified\" && exit 1",
107
"dev": "nodemon src/index.js"
118
},
129
"keywords": [],
1310
"author": "",
14-
"license": "ISC",
11+
"license": "Apache-2.0",
1512
"description": "",
1613
"dependencies": {
1714
"dotenv": "^17.2.1",

0 commit comments

Comments
 (0)