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/*
...
@@ -3,5 +3,7 @@ dist/*
3
/node_modules/
3
/node_modules/
4
*~
4
*~
5
*.iml
5
*.iml
6
*.ipr
7
*.iws
6
*.swp
8
*.swp
7
tmp/**
9
tmp/**
...
\ No newline at end of file
...
\ No newline at end of file
...
...
package.json
View file @
d77325c
...
@@ -10,7 +10,8 @@
...
@@ -10,7 +10,8 @@
10
},
10
},
11
"license"
:
"Apache 2"
,
11
"license"
:
"Apache 2"
,
12
"scripts"
:
{
12
"scripts"
:
{
13
"test"
:
"grunt test"
13
"test"
:
"grunt test"
,
14
"prepublish"
:
"grunt"
14
},
15
},
15
"keywords"
:
[
16
"keywords"
:
[
16
"videojs"
,
17
"videojs"
,
...
...
Please
register
or
sign in
to post a comment