Skip to content

Commit

Permalink
fix for new issue in build step;
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrumm committed Oct 30, 2019
1 parent 4fe7818 commit 7ae1eeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"react-syntax-highlighter": "^11.0.2",
"react-vega": "^7.0.1",
"vega": "^5.7.1",
"vega-lite": "^4.0.0-beta.9"
"vega-lite": "^4.0.0-beta.9",
"svgo": "1.3.0"
},
"resolutions": { "svgo": "1.3.0" },
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 7ae1eeb

Please sign in to comment.