Skip to content

Commit

Permalink
fix(package): Set package.json "files" and "main" correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed May 30, 2016
1 parent cc449c8 commit 6f4c159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "redux-midi",
"description": "Streamlined Web MIDI I/O for Redux apps",
"main": "index.js",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"files": ["dist", "src", ".babelrc"],
"scripts": {
"build": "cross-env BABEL_ENV=production babel src -d dist",
"test": "mocha && semistandard",
Expand Down

0 comments on commit 6f4c159

Please sign in to comment.