We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9a8e5 commit 51fb949Copy full SHA for 51fb949
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "imagekit-javascript",
3
"version": "1.1.2",
4
"description": "Javascript SDK for using ImageKit.io in the browser",
5
- "main": "dist/index.js",
+ "main": "dist/imagekit-min.js",
6
"dependencies": {
7
"lodash": "^4.17.15",
8
"url-polyfill": "^1.1.7"
samples/sample-app/server/server.js
@@ -8,7 +8,7 @@ const path = require('path');
9
10
//const html = fs.readFileSync(path.join(__dirname, "../views/index.html"));
11
-const js = fs.readFileSync(path.join(__dirname, "../../../dist/imagekit.js"));
+const js = fs.readFileSync(path.join(__dirname, "../../../dist/imagekit-min.js"));
12
const pugTemplatePath = path.join(__dirname, "../views/index.pug");
13
14
0 commit comments