benwiley4000 / react-gif-player

📽 A GIF component that moves when YOU want it to!
https://benwiley4000.github.io/react-gif-player/
MIT License
94 stars 32 forks source link

NPM tarball doesn't contain dist/index.js #10

Closed GauthierPLM closed 7 years ago

GauthierPLM commented 7 years ago

I tried to install and use react-gif-player today but the dist/index.js is missing in NPM tarball, making the module not available in the application as it's the main file of the lib.

Actual content of the tarball:

-rw-rw-r-- 1000/1000      1470 2016-11-25 04:35 package/package.json
-rw-rw-r-- 1000/1000        85 2016-11-25 04:34 package/.npmignore
-rw-rw-r-- 1000/1000      4148 2016-11-25 04:35 package/README.md
-rw-rw-r-- 1000/1000      1076 2016-11-25 04:34 package/LICENSE
-rw-rw-r-- 1000/1000      1144 2016-11-25 04:34 package/webpack.config.js
-rw-rw-r-- 1000/1000      1075 2016-11-25 04:34 package/devServer.js
-rw-rw-r-- 1000/1000        84 2016-11-25 04:34 package/.babelrc
-rw-rw-r-- 1000/1000       559 2016-11-25 04:34 package/src/GifPlayer.js
-rw-rw-r-- 1000/1000      2057 2016-11-25 04:34 package/src/index.js
-rw-rw-r-- 1000/1000      2332 2016-11-25 04:34 package/src/GifPlayer.scss
-rw-rw-r-- 1000/1000       614 2016-11-25 04:34 package/CONTRIBUTING.md
-rw-rw-r-- 1000/1000     10261 2016-11-25 04:32 package/dist/gifplayer.js
-rw-rw-r-- 1000/1000      1444 2016-11-25 04:32 package/dist/gifplayer.css

I hope you'll be able to fix this quickly :)

benwiley4000 commented 7 years ago

@Kendos-Kenlen I'm sorry about this! As you can tell this module is still in an early development stage but I'm glad you're using it. 🙂 I can get to this in a bit or you could pull request to change "main" in the package.json to dist/gifplayer.js if you'd like it to happen more quickly.