Skip to content

Commit

Permalink
Move rimraf from a prod to a dev dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Feb 14, 2024
1 parent 1d17576 commit 74ea325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timeline-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"glob": "^7.1.6",
"keyboard-key": "1.1.0",
"lodash.throttle": "^4.1.1",
"pixi.js-legacy": "^5.3.3",
"rimraf": "latest"
"pixi.js-legacy": "^5.3.3"
},
"devDependencies": {
"@types/enzyme": "^3.10.10",
Expand All @@ -28,6 +27,7 @@
"enzyme-adapter-react-16": "^1.15.6",
"jest": "^27.4.3",
"jest-canvas-mock": "^2.3.1",
"rimraf": "latest",
"ts-jest": "^29.0.0"
},
"repository": {
Expand Down

0 comments on commit 74ea325

Please sign in to comment.