Skip to content

Commit

Permalink
fix: fix publishing package (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Chernitsyn authored Mar 27, 2023
1 parent ca85753 commit 4f9190d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
"version": "1.1.1",
"description": "",
"license": "MIT",
"main": "dist/index.js",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"types": "./build/esm/index.d.ts",
"sideEffects": [
"*.css",
"*.scss"
],
"files": [
"dist"
"build"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f9190d

Please sign in to comment.