Skip to content

Commit 6fbc7b9

Browse files
Fix typo
1 parent 62d220f commit 6fbc7b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bruno/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gateway-bruno",
33
"version": "0.0.1",
4-
"description": "Packages requried for using Bruno in Gateway API",
4+
"description": "Packages required for using Bruno in Gateway API",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -18,7 +18,7 @@
1818
"@usebruno/cli": {
1919
"axios": "$axios",
2020
"uuid": "$uuid",
21-
"fast-xml-parser": "$fast-xml-parser"
21+
"fast-xml-parser": "^5.7.2"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)