chore: Add license
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
"name": "jecnarozvrh",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"license": "ISC",
|
||||
"license": "GPL-3.0-only",
|
||||
"author": "Jakub Žitník",
|
||||
"type": "module",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "node tests/test.js",
|
||||
"start": "concurrently \"node server.js\" \"node cron-runner.js\"",
|
||||
"build": "cd web && hugo --gc --minify",
|
||||
"dev-web": "cd web && hugo serve"
|
||||
|
||||
Reference in New Issue
Block a user