Skip to content

Commit

Permalink
build: Change entry point to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobiss committed Jul 13, 2023
1 parent d708016 commit dd232f3
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
Expand Up @@ -3,11 +3,11 @@
"version": "1.0.7",
"description": "An easy-to-use and responsive React component for displaying YouTube playlists on a web app.",
"homepage": "https://codesweetly.com/react-youtube-playlist",
"main": "./src/components/YouTubePlaylist.js",
"main": "index.js",
"author": "Oluwatobi Sofela (https://www.codesweetly.com)",
"license": "MIT",
"scripts": {
"build": "babel src/components/ -d src/components/",
"build": "babel YouTubePlaylist.jsx -o index.js",
"release": "dotenv release-it --"
},
"keywords": [
Expand Down

0 comments on commit dd232f3

Please sign in to comment.