Skip to content

Commit e878a03

Browse files
author
sanex3339
committed
0.18.2 release
1 parent 33778de commit e878a03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"keywords": [
66
"obfuscator",
@@ -20,6 +20,9 @@
2020
"multimatch": "^2.1.0",
2121
"webpack-sources": "^1.3.0"
2222
},
23+
"peerDependencies": {
24+
"webpack": "^4.3.0"
25+
},
2326
"devDependencies": {
2427
"@types/multimatch": "^2.1.3",
2528
"@types/node": "8.0.47",

0 commit comments

Comments
 (0)