Skip to content

Commit

Permalink
chore: react-markdown is dev dependency (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Sep 29, 2019
1 parent b6e4a16 commit 5b6f2c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/server-admin-ui/package.json
Expand Up @@ -35,6 +35,7 @@
"react-chartjs-2": "2.6.4",
"react-dom": "16.1.1",
"react-jsonschema-form-bs4": "^1.0.6",
"react-markdown": "^4.0.3",
"react-redux": "^5.0.6",
"react-router-dom": "4.2.2",
"react-transition-group": "2.2.1",
Expand All @@ -51,9 +52,6 @@
"webpack": "^3.8.1",
"webpack-dev-server": "2.9.4"
},
"dependencies": {
"react-markdown": "^4.0.3"
},
"scripts": {
"prepublishOnly": "npm run clean && npm run build",
"dev": "webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev",
Expand Down

0 comments on commit 5b6f2c5

Please sign in to comment.