Skip to content

Commit

Permalink
feat(bower): add bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Küçükyılmaz committed Mar 2, 2016
1 parent c9af261 commit 57bc73e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "videojs-offset",
"name": "videojs-time-offset",
"author": "Can Küçükyılmaz <can@vngrs.com>",
"license": "MIT",
"main": [
"dist/videojs-offset.min.js"
"dist/videojs-time-offset.min.js"
],
"keywords": [
"videojs",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"version": "babel-node scripts/version.js",
"postversion": "babel-node scripts/postversion.js",
"prepublish": "npm run build",
"semantic-release": "semantic-release pre && npm run version && npm publish && semantic-release post"
"postpublish": "publish-latest",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
"videojs",
Expand Down Expand Up @@ -97,6 +98,7 @@
"karma-safari-launcher": "^0.1.1",
"mkdirp": "^0.5.1",
"npm-run-all": "^1.5.1",
"publish-latest": "^1.1.2",
"qunitjs": "^1.21.0",
"rimraf": "^2.5.1",
"semantic-release": "^4.3.5",
Expand Down

0 comments on commit 57bc73e

Please sign in to comment.