diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index c55453c..df8d56b 100644 --- a/package.json +++ b/package.json @@ -29,18 +29,18 @@ ], "ext": "js,md,css,ejs" }, - "name": "thatjdanisso.cool", - "description": "This is a collection of node scripts to build my blog - https://thatjdanisso.cool", + "name": "blog.fuwn.me", + "description": "This is a collection of node scripts to build my blog - https://blog.fuwn.me", "version": "1.0.0", "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/jdan/thatjdanisso.cool.git" + "url": "git+https://github.com/fuwn/blog.git" }, - "author": "Jordan Scales <[email protected]>", + "author": "FUWN <[email protected]>", "license": "ISC", "bugs": { - "url": "https://github.com/jdan/thatjdanisso.cool/issues" + "url": "https://github.com/fuwn/blog/issues" }, - "homepage": "https://github.com/jdan/thatjdanisso.cool#readme" + "homepage": "https://github.com/fuwn/blog#readme" } |