Skip to content

Commit f038eb8

Browse files
authored
Update modules/ROOT/partials/auth/document-converters/initial-project-setup.adoc
1 parent 7cfe50f commit f038eb8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

modules/ROOT/partials/auth/document-converters/initial-project-setup.adoc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,7 @@ npm init -y
1515
npm install express cors jsonwebtoken
1616
----
1717

18-
Verify that the `package.json` file includes the below required dependencies:
19-
20-
[source,json]
21-
----
22-
{
23-
"dependencies": {
24-
"cors": "^2.8.5",
25-
"express": "^4.21.0",
26-
"jsonwebtoken": "^9.0.2"
27-
}
28-
}
29-
----
18+
Verify that the `package.json` file now includes the required dependencies.
3019

3120
=== Create Project Structure
3221

0 commit comments

Comments
 (0)