Skip to content

Commit

Permalink
Fix entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
frostney committed Nov 30, 2015
1 parent 45495bd commit acc6a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-background-video",
"version": "1.0.0",
"description": "React component which provides a fullscreen background video",
"main": "src/index.js",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src -d lib",
"lint": "eslint .",
Expand Down

0 comments on commit acc6a69

Please sign in to comment.