Modify keyword/license fields to be more accurate
The license field is supposed to have a short identifier representing the project's license, like "MIT". The keywords field is for npm's search, if this package is ever published.
This commit is contained in:
parent
9d52343041
commit
a83063cf10
1 changed files with 2 additions and 6 deletions
|
|
@ -7,13 +7,9 @@
|
|||
"scripts": {
|
||||
"start": "node app.js"
|
||||
},
|
||||
"keywords": [
|
||||
"educational",
|
||||
"math",
|
||||
"science"
|
||||
],
|
||||
"keywords": ["proxy"],
|
||||
"author": "Nebula Services",
|
||||
"license": "Copyright Nebula Services. All Rights Reserved.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
|
||||
"bare-server-node": "github:tomphttp/bare-server-node",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue