Skip to content

Commit ad4a574

Browse files
committed
version update
1 parent 6aec066 commit ad4a574

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare let module: any;
44
declare let require: any;
55

6-
import { JavaScriptObfuscator } from 'javascript-obfuscator';
6+
import * as JavaScriptObfuscator from 'javascript-obfuscator';
77

88
let multimatch: any = require('multimatch'),
99
RawSource: any = require('webpack-core/lib/RawSource');

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

0 commit comments

Comments
 (0)