Skip to content

Commit c3a982c

Browse files
authored
Update metadata in package json file (#48)
1 parent ed5454b commit c3a982c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
{
22
"name": "sdv-dev",
3-
"description": "SDV dev website with Ghost and Gatsby",
3+
"description": "SDV dev website with Ghost, Contentful and Gatsby",
44
"version": "1.0.0",
55
"license": "MIT",
66
"author": "SDV",
7-
"homepage": "https://github.com/sdv-dev/SDV#readme",
7+
"homepage": "https://sdv.dev/",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/sdv-dev/SDV.git"
10+
"url": "https://github.com/sdv-dev/sdv-dev.github.io"
1111
},
1212
"engines": {
1313
"node": ">= 20.18.1"
1414
},
15-
"bugs": {
16-
"url": "https://github.com/tryghost/gatsby-starter-ghost/issues"
17-
},
18-
"keywords": [
19-
"gatsby"
20-
],
21-
"main": "n/a",
2215
"scripts": {
2316
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r https://[email protected]/sdv-dev/web-dev.git",
2417
"serve": "gatsby build && NODE_ENV=production gatsby serve",

0 commit comments

Comments
 (0)