Skip to content

Commit

Permalink
make the built types work
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 26, 2024
1 parent 0c2bd91 commit 74c7802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@types/node": "^18.11.14",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^5.46.1",
Expand All @@ -30,8 +31,8 @@
"prop-types-table": "^1.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tsup": "^6.5.0",
"typescript": "^5.0.2",
"tsup": "^8.3.5",
"typescript": "5.4.2",
"vitest": "^0.29.8"
},
"homepage": "https://github.com/u-wave/react-youtube#readme",
Expand Down Expand Up @@ -61,7 +62,7 @@
"url": "git+https://github.com/u-wave/react-youtube.git"
},
"scripts": {
"build": "tsup src/index.tsx --format esm,cjs --dts",
"build": "tsup src/index.tsx --format esm,cjs --experimental-dts",
"docs": "prop-types-table src/index.js | md-insert README.md --header Props -i",
"example": "npm run --prefix example start",
"prepare": "npm run build",
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global YT, window */
import React from 'react';
import PropTypes from 'prop-types';
import loadSdk from './loadSdk';
Expand Down

0 comments on commit 74c7802

Please sign in to comment.