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
d77325ce
authored
2015-03-12 15:02:24 +0100
by
Markus Hesper
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added prepublish hook to have a concatenated version after install
1 parent
4643387e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
.gitignore
package.json
.gitignore
View file @
d77325c
...
...
@@ -3,5 +3,7 @@ dist/*
/node_modules/
*~
*.iml
*.ipr
*.iws
*.swp
tmp/**
\ No newline at end of file
...
...
package.json
View file @
d77325c
...
...
@@ -10,7 +10,8 @@
},
"license"
:
"Apache 2"
,
"scripts"
:
{
"test"
:
"grunt test"
"test"
:
"grunt test"
,
"prepublish"
:
"grunt"
},
"keywords"
:
[
"videojs"
,
...
...
Please
register
or
sign in
to post a comment