Skip to content

Commit e26dc59

Browse files
committed
0.7.2 version update
1 parent 1d4e3f5 commit e26dc59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"keywords": [
66
"obfuscator",
@@ -14,9 +14,9 @@
1414
],
1515
"main": "index.js",
1616
"dependencies": {
17-
"javascript-obfuscator": "^0.7.1",
17+
"javascript-obfuscator": "^0.7.2",
1818
"multi-stage-sourcemap": "^0.2.1",
19-
"multimatch": "^2.0.0",
19+
"multimatch": "^2.1.0",
2020
"webpack-core": "^0.6.8"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)