Skip to content

Commit 04d307b

Browse files
authored
fix: move react-treeview to prod deps (#5)
Co-authored-by: trshkv <[email protected]>
1 parent 783877e commit 04d307b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"prepublishOnly": "npm run build"
2424
},
2525
"dependencies": {
26-
"bem-cn-lite": "^4.1.0"
26+
"bem-cn-lite": "^4.1.0",
27+
"react-treeview": "^0.4.7"
2728
},
2829
"devDependencies": {
2930
"@babel/core": "^7.17.8",
@@ -56,7 +57,6 @@
5657
"react": "^16.14.0",
5758
"react-docgen-typescript": "^2.2.2",
5859
"react-dom": "^16.14.0",
59-
"react-treeview": "^0.4.7",
6060
"rimraf": "^3.0.2",
6161
"sass": "^1.49.9",
6262
"sass-loader": "^10.2.1",

0 commit comments

Comments
 (0)