Skip to content

Commit

Permalink
fix path to types in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kishkoigor committed Dec 14, 2023
1 parent 91d1ad8 commit 4fcadbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@airdao/ui-library",
"version": "1.1.18",
"version": "1.1.19",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"types": "dist/types.d.ts",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs"
},
Expand Down

0 comments on commit 4fcadbf

Please sign in to comment.