File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-obfuscator" ,
3
- "version" : " 0.9.0-beta.1" ,
3
+ "version" : " 0.9.0-beta.1-fix " ,
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.0-beta.1" ,
18
- "multi-stage-sourcemap" : " ^ 0.2.1" ,
19
- "multimatch" : " ^ 2.1.0"
17
+ "javascript-obfuscator" : " 0.9.0-beta.1" ,
18
+ "multi-stage-sourcemap" : " 0.2.1" ,
19
+ "multimatch" : " 2.1.0"
20
20
},
21
21
"devDependencies" : {
22
- "@types/javascript-obfuscator" : " 0.0.1" ,
23
- "@types/node" : " ^6.0.32" ,
24
- "typescript" : " ^2.0.0" ,
25
- "typings" : " ^0.8.1" ,
26
- "webpack" : " ^2.1.0-beta.25"
22
+ "@types/node" : " 7.0.0" ,
23
+ "typescript" : " 2.1.5" ,
24
+ "typings" : " 2.1.0" ,
25
+ "webpack" : " 2.2.0-rc.4"
27
26
},
28
27
"repository" : {
29
28
"type" : " git" ,
Original file line number Diff line number Diff line change 8
8
"removeComments" : true ,
9
9
"noImplicitAny" : false ,
10
10
"types" : [
11
- " javascript-obfuscator" ,
12
11
" node"
13
12
]
14
13
},
You can’t perform that action at this time.
0 commit comments