File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ extendscriptr.options.forEach(function(opt) {
2424 ) ;
2525} ) ;
2626
27- var prototypePolyfills = fs . readFileSync ( './node_modules/extendscript.prototypes/dist /extendscript.prototypes.0.0.5.jsx ' ) ;
27+ var prototypePolyfills = fs . readFileSync ( './node_modules/extendscript.prototypes/lib /extendscript.prototypes.js ' ) ;
2828var browserifyPlugins = [ [ prependify , prototypePolyfills ] ] ;
2929
3030var adobeTarget = String ( extendscriptr . target ) . toLowerCase ( ) ;
Original file line number Diff line number Diff line change 4747 "babelify" : " ^7.3.0" ,
4848 "browserify" : " ^13.0.0" ,
4949 "commander" : " ^2.9.0" ,
50- "extendscript.prototypes" : " 0.0.5 " ,
50+ "extendscript.prototypes" : " 0.0.8 " ,
5151 "prependify" : " ^1.2.0"
5252 }
5353}
You can’t perform that action at this time.
0 commit comments