File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
samples/sample-app/server Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 "name" : " imagekit-javascript" ,
33 "version" : " 1.1.2" ,
44 "description" : " Javascript SDK for using ImageKit.io in the browser" ,
5- "main" : " dist/index .js" ,
5+ "main" : " dist/imagekit-min .js" ,
66 "dependencies" : {
77 "lodash" : " ^4.17.15" ,
88 "url-polyfill" : " ^1.1.7"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const path = require('path');
88
99
1010//const html = fs.readFileSync(path.join(__dirname, "../views/index.html"));
11- const js = fs . readFileSync ( path . join ( __dirname , "../../../dist/imagekit.js" ) ) ;
11+ const js = fs . readFileSync ( path . join ( __dirname , "../../../dist/imagekit-min .js" ) ) ;
1212const pugTemplatePath = path . join ( __dirname , "../views/index.pug" ) ;
1313
1414
You can’t perform that action at this time.
0 commit comments