Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
91139993
authored
2015-07-01 10:05:18 -0400
by
forbesjo
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #333 from forbesjo/fix-travis
Don't prepublish in Travis
2 parents
613f76f2
7f5a8653
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
package.json
package.json
View file @
9113999
...
...
@@ -11,7 +11,7 @@
"license"
:
"Apache-2.0"
,
"scripts"
:
{
"test"
:
"grunt test"
,
"prepublish"
:
"
grunt
"
"prepublish"
:
"
if [ -z
\"
$TRAVIS
\"
]; then grunt; fi
"
},
"keywords"
:
[
"videojs"
,
...
...
Please
register
or
sign in
to post a comment