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 39bdd9a commit 1cb585bCopy full SHA for 1cb585b
package.json
@@ -3,8 +3,9 @@
3
"version": "1.0.3",
4
"description": "Converts inline style to object.",
5
"author": "Mark <[email protected]>",
6
- "main": "cjs/index.js",
7
- "module": "esm/index.mjs",
+ "main": "./cjs/index.js",
+ "module": "./esm/index.mjs",
8
+ "types": "./cjs/index.d.ts",
9
"exports": {
10
"types": "./cjs/index.d.ts",
11
"import": "./esm/index.mjs",
0 commit comments