Skip to content

Commit

Permalink
chore: Add email
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobiss committed Jan 3, 2024
1 parent 95dbc01 commit e4ac718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@codesweetly/react-youtube-playlist",
"version": "1.0.16",
"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": "./dist/cjs/YouTubePlaylist.js",
"module": "./dist/esm/YouTubePlaylist.js",
"types": "./dist/esm/YouTubePlaylist.d.ts",
"author": "Oluwatobi Sofela (https://www.codesweetly.com)",
"homepage": "https://codesweetly.com/react-youtube-playlist",
"author": "Oluwatobi Sofela <contact@codesweetly.com> (https://www.codesweetly.com)",
"license": "MIT",
"scripts": {
"test": "jest --config jest.config.ts",
"build": "rm -r dist && npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"release": "dotenv release-it --"
"release": "dotenv release-it --",
"test": "jest --config jest.config.ts"
},
"files": [
"./dist"
Expand Down

0 comments on commit e4ac718

Please sign in to comment.