Skip to content

Commit 64168fc

Browse files
committed
fix deps
1 parent 1cb547f commit 64168fc

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
@@ -1,11 +1,11 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"main": "index.js",
66
"dependencies": {
77
"gulp-util": "^3.0.5",
8-
"javascript-obfuscator": "^0.0.9",
8+
"javascript-obfuscator": "^0.1.0",
99
"multimatch": "^2.0.0",
1010
"through2": "^2.0.0",
1111
"webpack-core": "^0.6.8"

0 commit comments

Comments
 (0)