We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24df4e commit 8e7f5d5Copy full SHA for 8e7f5d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coderosh/image-size",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Get height and width of image in node and browser",
5
"main": "dist/index.js",
6
"browser": "dist/browser.js",
tsconfig.json
@@ -1,9 +1,8 @@
"compilerOptions": {
- "target": "ESNext",
- "module": "commonjs",
+ "target": "ES2020",
+ "module": "es2020",
"declaration": true,
- "sourceMap": true,
7
"outDir": "dist",
8
"removeComments": true,
9
"strict": true,
0 commit comments