Skip to content

Commit

Permalink
fix: add webpack, tapable and html-minifier-terser as dependencies be…
Browse files Browse the repository at this point in the history
…cause of types.d.ts
  • Loading branch information
tkrotoff committed Mar 28, 2020
1 parent 2ab27f0 commit 238da81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -28,10 +28,8 @@
]
},
"devDependencies": {
"@types/html-minifier-terser": "5.0.0",
"@types/loader-utils": "1.1.3",
"@types/node": "11.13.9",
"@types/tapable": "1.0.4",
"appcache-webpack-plugin": "1.4.0",
"commitizen": "4.0.3",
"css-loader": "2.1.1",
Expand All @@ -52,6 +50,9 @@
"webpack-recompilation-simulator": "3.0.0"
},
"dependencies": {
"@types/html-minifier-terser": "^5.0.0",
"@types/tapable": "^1.0.5",
"@types/webpack": "^4.41.8",
"html-minifier-terser": "^5.0.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.15",
Expand Down

0 comments on commit 238da81

Please sign in to comment.