Skip to content

Commit fa3b4f6

Browse files
Updated istanbul report dependencies
1 parent 3a92f20 commit fa3b4f6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/istanbul-report/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@lcov-viewer/istanbul-report",
33
"version": "1.0.0",
4+
"private": false,
45
"author": "Eugene Zinovyev <[email protected]>",
56
"main": "lib/index.js",
67
"license": "MIT",
@@ -9,9 +10,7 @@
910
"analyze": "webpack --mode=production --analyze"
1011
},
1112
"dependencies": {
12-
"istanbul-lib-report": "^3.0.0",
13-
"license-webpack-plugin": "^3.0.0",
14-
"terser-webpack-plugin": "^5.2.4"
13+
"istanbul-lib-report": "^3.0.0"
1514
},
1615
"devDependencies": {
1716
"@lcov-viewer/tree-view": "^1.0.0",
@@ -20,7 +19,9 @@
2019
"html-inline-css-webpack-plugin": "^1.11.1",
2120
"html-inline-script-webpack-plugin": "^2.0.2",
2221
"html-webpack-plugin": "^5.4.0",
23-
"preact": "^10.5.15"
22+
"license-webpack-plugin": "^3.0.0",
23+
"preact": "^10.5.15",
24+
"terser-webpack-plugin": "^5.2.4"
2425
},
2526
"files": [
2627
"lib/**/*.*"

0 commit comments

Comments
 (0)