Skip to content

Commit e10e853

Browse files
committed
Update package.json
1 parent 663a5f3 commit e10e853

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"private": true,
3-
"name": "dev-site-documentation-template",
3+
"name": "adobe-dev-console",
44
"version": "1.0.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/AdobeDocs/dev-site-documentation-template"
8+
"url": "https://github.com/AdobeDocs/adobe-dev-console"
99
},
1010
"author": {
1111
"name": "Stephan Ringel",
1212
"url": "https://github.com/icaraps"
1313
},
1414
"dependencies": {
15-
"@adobe/gatsby-theme-aio": "^4.14.6",
15+
"@adobe/gatsby-theme-aio": "^4.14.18",
1616
"gatsby": "4.22.0",
1717
"react": "^17.0.2",
1818
"react-dom": "^17.0.2"
@@ -27,6 +27,7 @@
2727
"dev": "gatsby develop",
2828
"dev:https": "gatsby develop --https --host localhost.corp.adobe.com --port 9000",
2929
"build": "gatsby build",
30+
"build:incremental": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
3031
"serve": "gatsby serve",
3132
"clean": "gatsby clean",
3233
"test:links": "remark src/pages --quiet --frail",
@@ -41,7 +42,7 @@
4142
"remark-validate-links"
4243
]
4344
},
44-
"packageManager": "[email protected].1",
45+
"packageManager": "[email protected].2",
4546
"devDependencies": {
4647
"glob": "11.0.0",
4748
"remark-cli": "^11.0.0",

0 commit comments

Comments
 (0)