Skip to content

Commit a0220a7

Browse files
committed
Fixed empty export at the root .d.ts file
1 parent aa3f32d commit a0220a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import {WebpackObfuscatorPlugin} from './plugin';
22

3-
module.exports = WebpackObfuscatorPlugin;
3+
export = WebpackObfuscatorPlugin;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"keywords": [
66
"obfuscator",

0 commit comments

Comments
 (0)