Update package.json
This commit is contained in:
parent
69f0f4fd4d
commit
52cc4b7879
10
package.json
10
package.json
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "haste",
|
"name": "haste",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Private Pastebin Server",
|
"description": "Self Destructing Pastebin Server",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"paste",
|
"paste",
|
||||||
"pastebin"
|
"pastebin"
|
||||||
],
|
],
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John Crepezzi",
|
"name": "Colin_",
|
||||||
"email": "john.crepezzi@gmail.com",
|
"email": "hastebin@c.nixc.us",
|
||||||
"url": "http://seejohncode.com/"
|
"url": "https://colinknapp.com/"
|
||||||
},
|
},
|
||||||
"main": "haste",
|
"main": "haste",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue