Skip to content

Commit

Permalink
fix(package): specify "types" in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Oct 31, 2023
1 parent 39bdd9a commit 1cb585b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "1.0.3",
"description": "Converts inline style to object.",
"author": "Mark <[email protected]>",
"main": "cjs/index.js",
"module": "esm/index.mjs",
"main": "./cjs/index.js",
"module": "./esm/index.mjs",
"types": "./cjs/index.d.ts",
"exports": {
"types": "./cjs/index.d.ts",
"import": "./esm/index.mjs",
Expand Down

0 comments on commit 1cb585b

Please sign in to comment.