aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-06 18:31:33 -0800
committerFuwn <[email protected]>2020-11-06 18:31:33 -0800
commitf3b78596a66fe17cf776c76bd4beab3e35041e57 (patch)
tree92e4a77dab229a22f1aa53e9ab6f0df2c696a28f /package.json
parentrepo: initial :star: (diff)
downloadblog-f3b78596a66fe17cf776c76bd4beab3e35041e57.tar.xz
blog-f3b78596a66fe17cf776c76bd4beab3e35041e57.zip
chore: change `package.json` to fit specs
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
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"
}