Skip to content

Commit

Permalink
Merge pull request #2 from esdete2/1-fix-types-path
Browse files Browse the repository at this point in the history
fix: set correct types path
  • Loading branch information
esdete2 authored Oct 24, 2023
2 parents cdbd76a + c685b15 commit 9f082bb
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,6 +1,6 @@
{
"name": "react-mirt",
"version": "0.0.0-development",
"version": "1.3.1",
"author": "Philip Schmidt <[email protected]>",
"description": "An iOS inspired audio trimmer component for React",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/types/index.d.ts",
"types": "dist/index.d.ts",
"css": "dist/css/react-mirt.css",
"scripts": {
"dev": "rollup -c -w",
Expand Down

0 comments on commit 9f082bb

Please sign in to comment.