Skip to content

Commit

Permalink
Remove module property from package.json
Browse files Browse the repository at this point in the history
Fixes #1574
  • Loading branch information
cookpete committed Feb 10, 2023
1 parent 22c0c95 commit cdbfacd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"module": "es6/index.js",
"scripts": {
"clean": "rimraf lib lazy demo coverage *.d.ts",
"start": "webpack-dev-server --config webpack/config.babel.js",
Expand Down

0 comments on commit cdbfacd

Please sign in to comment.