diff options
| author | Fuwn <[email protected]> | 2020-11-06 18:31:33 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-06 18:31:33 -0800 |
| commit | f3b78596a66fe17cf776c76bd4beab3e35041e57 (patch) | |
| tree | 92e4a77dab229a22f1aa53e9ab6f0df2c696a28f /package.json | |
| parent | repo: initial :star: (diff) | |
| download | blog-f3b78596a66fe17cf776c76bd4beab3e35041e57.tar.xz blog-f3b78596a66fe17cf776c76bd4beab3e35041e57.zip | |
chore: change `package.json` to fit specs
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" } |