Added licence field to the example package.json.
This commit is contained in:
parent
e64ce1f459
commit
c53513bccd
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"dev": "echo \"Hello from npm\""
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"dev": "echo \"Hello from pnpm\""
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"dev": "echo \"Hello from yarn\""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue