Set version, license, and author in package.json
This commit is contained in:
parent
c21d1866be
commit
837307ad4e
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "final",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"author": "Adam Goldsmith",
|
||||
"license": " CC-BY-SA-4.0",
|
||||
"dependencies": {
|
||||
"phantom": "^4.0.5"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user