Skip to content

Commit

Permalink
Fix bower support
Browse files Browse the repository at this point in the history
Builds and updates `dist/ReactPlayer.js` whenever a new version is tagged
Fixes #42
  • Loading branch information
cookpete committed Mar 8, 2016
1 parent 98bc28a commit 69ce9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,3 @@ npm-debug.log
.DS_Store
/lib
/demo
/dist
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"test:karma": "karma start test/karma.config.js",
"test": "npm run test:mocha && npm run test:karma",
"preversion": "npm run lint && npm run test",
"version": "auto-changelog --package --template compact; git add CHANGELOG.md",
"version": "npm run update-changelog && npm run build:browser && git add CHANGELOG.md dist",
"update-changelog": "auto-changelog --package --template compact",
"prepublish": "npm run build:compile; npm run build:browser",
"postpublish": "npm run clean"
},
Expand Down

0 comments on commit 69ce9fc

Please sign in to comment.