Skip to content

Commit

Permalink
package.json: add toml dependency
Browse files Browse the repository at this point in the history
We need a toml package to parse the blueprint files, this appears to be
the most maintained package.
  • Loading branch information
kingsleyzissou committed Nov 28, 2024
1 parent 2811b84 commit 67fdeca
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"npm": ">=7.0.0"
},
"dependencies": {
"@ltd/j-toml": "1.38.0",
"@patternfly/patternfly": "5.4.1",
"@patternfly/react-code-editor": "5.4.1",
"@patternfly/react-core": "5.4.1",
Expand Down

0 comments on commit 67fdeca

Please sign in to comment.