Skip to content

Commit cf201c1

Browse files
author
mmrt
committed
remove license label
1 parent 9e8e7ed commit cf201c1

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

bridge/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
"description": "",
55
"types": "./dist/index.d.ts",
66
"main": "dist/index.js",
7-
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
9-
},
107
"keywords": [],
118
"author": "",
12-
"license": "ISC",
139
"devDependencies": {
1410
"@types/node": "^17.0.14",
1511
"typescript": "^4.5.5"

server/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
"version": "0.1.0",
44
"description": "",
55
"main": "dist/index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"keywords": [],
107
"author": "",
11-
"license": "ISC",
128
"devDependencies": {
139
"@koa/cors": "^3.1.0",
1410
"@types/cors": "^2.8.12",

0 commit comments

Comments
 (0)