add a OSS license (for real) :3

This commit is contained in:
matu6968 2024-07-10 19:47:22 +00:00
parent cfabf5c3a4
commit bf7af479d5

View File

@ -2,7 +2,7 @@
"name": "uploader", "name": "uploader",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"license:": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "node main.js" "start": "node main.js"
}, },