-
- Downloads
Update the license in package.json
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
"version": "3.0.2", | "version": "3.0.2", | ||
"description": " ", | "description": " ", | ||
"author": "", | "author": "", | ||
"license": "MIT", | "license": "GNU Affero General Public License v3.0", | ||
"scripts": { | "scripts": { | ||
"format": "prettier --write \"src/**/*.ts\"", | "format": "prettier --write \"src/**/*.ts\"", | ||
"start": "ts-node -r tsconfig-paths/register src/main.ts", | "start": "ts-node -r tsconfig-paths/register src/main.ts", | ||
... | ... |
Please register or sign in to comment