Added licence field to the example package.json.

This commit is contained in:
Ian Wijma 2024-04-05 21:06:23 +11:00
parent e64ce1f459
commit c53513bccd
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{ {
"license": "UNLICENSED",
"scripts": { "scripts": {
"dev": "echo \"Hello from npm\"" "dev": "echo \"Hello from npm\""
} }

View File

@ -1,4 +1,5 @@
{ {
"license": "UNLICENSED",
"scripts": { "scripts": {
"dev": "echo \"Hello from pnpm\"" "dev": "echo \"Hello from pnpm\""
} }

View File

@ -1,4 +1,5 @@
{ {
"license": "UNLICENSED",
"scripts": { "scripts": {
"dev": "echo \"Hello from yarn\"" "dev": "echo \"Hello from yarn\""
} }