Skip to content

Commit

Permalink
Add a dictionary for axios
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 26, 2023
1 parent edc981c commit f248d7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@
"plugins/**/*.yml",
"node_modules/figlet/fonts/Small Slant.flf",
"node_modules/figlet/fonts/ANSI Shadow.flf"
]
],
"dictionary": {
"axios": {
"scripts": ["dist/node/axios.cjs"]
}
}
},
"dependencies": {
"@lando/compose": "^1.0.0",
Expand Down

0 comments on commit f248d7e

Please sign in to comment.