File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
node_modules
3
3
npm-debug.log
4
4
* .js.map
5
- test /output
5
+ test /output
6
+ yarn.lock
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-obfuscator" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " javascript-obfuscator plugin for Webpack" ,
5
5
"keywords" : [
6
6
" obfuscator" ,
14
14
],
15
15
"main" : " index.js" ,
16
16
"dependencies" : {
17
- "javascript-obfuscator" : " 0.9.3 " ,
17
+ "javascript-obfuscator" : " 0.10.0 " ,
18
18
"multi-stage-sourcemap" : " 0.2.1" ,
19
19
"multimatch" : " 2.1.0"
20
20
},
21
21
"devDependencies" : {
22
- "@types/node" : " 7 .0.4 " ,
23
- "typescript" : " 2.1.5 " ,
24
- "typings" : " 2.1.0 " ,
25
- "webpack" : " 2.2.0-rc.4 "
22
+ "@types/node" : " 8 .0.17 " ,
23
+ "typescript" : " 2.4.2 " ,
24
+ "typings" : " 2.1.1 " ,
25
+ "webpack" : " 3.4.1 "
26
26
},
27
27
"repository" : {
28
28
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
19
19
} , [ 'index1*' ] )
20
20
] ,
21
21
output : {
22
- path : 'test/output' ,
22
+ path : __dirname + 'test/output' ,
23
23
filename : '[name].js'
24
24
}
25
25
} ;
You can’t perform that action at this time.
0 commit comments