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 11{
22 "name" : " webpack-obfuscator" ,
3- "version" : " 0.9.0-beta.1" ,
3+ "version" : " 0.9.0-beta.1-fix " ,
44 "description" : " javascript-obfuscator plugin for Webpack" ,
55 "keywords" : [
66 " obfuscator" ,
1414 ],
1515 "main" : " index.js" ,
1616 "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"
2020 },
2121 "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"
2726 },
2827 "repository" : {
2928 "type" : " git" ,
Original file line number Diff line number Diff line change 88 "removeComments" : true ,
99 "noImplicitAny" : false ,
1010 "types" : [
11- " javascript-obfuscator" ,
1211 " node"
1312 ]
1413 },
You can’t perform that action at this time.
0 commit comments