Add a License to Your package.json
Hints
Hint 1
You should go over to the package.json file in your project. Licenses follow a similar convention as this:
"license": "ExampleLicense"
You should go over to the package.json file in your project. Licenses follow a similar convention as this:
"license": "ExampleLicense"