Skip to content

Commit d56479c

Browse files
committed
version 0.5.0
1 parent 7e581c8 commit d56479c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ class WebpackObfuscator {
3838
}
3939
}
4040
module.exports = WebpackObfuscator;
41-
//# sourceMappingURL=index.js.map

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ES6",
44
"module": "commonjs",
5-
"sourceMap": true,
5+
"sourceMap": false,
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"removeComments": true,

0 commit comments

Comments
 (0)