File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-obfuscator" ,
3- "version" : " 0.6.0 " ,
3+ "version" : " 0.6.1 " ,
44 "description" : " javascript-obfuscator plugin for Webpack" ,
55 "keywords" : [
66 " obfuscator" ,
1414 ],
1515 "main" : " index.js" ,
1616 "dependencies" : {
17- "javascript-obfuscator" : " ^0.6.0"
17+ "javascript-obfuscator" : " ^0.6.0" ,
18+ "multimatch" : " ^2.0.0" ,
19+ "webpack-core" : " ^0.6.8"
1820 },
1921 "devDependencies" : {
20- "gulp-util" : " ^3.0.5" ,
21- "lite-server" : " ^1.3.1" ,
22- "multimatch" : " ^2.0.0" ,
23- "through2" : " ^2.0.0" ,
24- "webpack-core" : " ^0.6.8" ,
2522 "typescript" : " ^1.8.10" ,
2623 "typings" : " ^0.8.1"
2724 },
3027 "url" : " git+https://github.com/sanex3339/webpack-obfuscator.git"
3128 },
3229 "scripts" : {
33- "start" : " concurrent \" npm run tsc:w\" \" npm run lite\" " ,
34- "lite" : " lite-server" ,
3530 "tsc" : " tsc" ,
3631 "tsc:w" : " tsc -w" ,
3732 "typings" : " node_modules/.bin/typings install"
You can’t perform that action at this time.
0 commit comments