1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 23:45:25 +02:00

add license fields to package.json

This commit is contained in:
Nikita Melnikov 2022-03-23 09:54:47 +04:00
parent d955c6161f
commit db2472d978

View file

@ -1,6 +1,6 @@
{ {
"name": "codex.docs", "name": "codex.docs",
"license": "UNLICENSED", "license": "Apache-2.0",
"bin": { "bin": {
"generatePassword": "bin/generatePassword.js" "generatePassword": "bin/generatePassword.js"
}, },