Skip to content

Commit

Permalink
Update build process to include type declarations (#66)
Browse files Browse the repository at this point in the history
* Update build process to include type declarations
  • Loading branch information
ioan-ghisoi-cko authored Nov 26, 2024
1 parent e8c2bde commit 40b1d96
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 55 deletions.
183 changes: 141 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frames-react",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/cjs/index.js",
"scripts": {
"build": "rollup -c",
Expand All @@ -14,6 +14,7 @@
"classnames": "^2.5.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1"
},
"devDependencies": {
Expand All @@ -39,7 +40,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"types": "dist/types/index.d.ts",
"files": [
"dist"
]
Expand Down
Loading

0 comments on commit 40b1d96

Please sign in to comment.