Skip to content

Commit 39148df

Browse files
committed
version bump
1 parent 4a12763 commit 39148df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagekit-javascript",
3-
"version": "1.3.7",
3+
"version": "1.2.0",
44
"description": "Javascript SDK for using ImageKit.io in the browser",
55
"main": "dist/imagekit.cjs.js",
66
"module": "dist/imagekit.esm.js",
@@ -39,7 +39,7 @@
3939
},
4040
"scripts": {
4141
"dev": "rollup -c -w",
42-
"export-types" : "tsc",
42+
"export-types": "tsc",
4343
"build": "rm -rf dist*;rollup -c && yarn export-types",
4444
"test": "NODE_ENV=test nyc ./node_modules/mocha/bin/mocha test/*.js",
4545
"startSampleApp": "yarn build && cd samples/sample-app/ && yarn install && node index.js",

0 commit comments

Comments
 (0)