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
3f975913
authored
2013-12-16 14:22:32 -0500
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
make it export to both variable and module
1 parent
0551eba5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
package.json
package.json
View file @
3f97591
...
...
@@ -8,7 +8,7 @@
"scripts"
:
{
"test"
:
"grunt qunit"
,
"prepublish"
:
"npm run peg"
,
"peg"
:
"pegjs src/m3u8/m3u8.pegjs src/m3u8/m3u8-generated.js"
,
"peg"
:
"pegjs
-e 'var M3U8Parser = module.exports'
src/m3u8/m3u8.pegjs src/m3u8/m3u8-generated.js"
,
"testpeg"
:
"npm run peg && node test/pegtest.js"
},
"devDependencies"
:
{
...
...
@@ -19,7 +19,7 @@
"grunt-contrib-watch"
:
"~0.4.0"
,
"grunt-contrib-clean"
:
"~0.4.0"
,
"grunt"
:
"~0.4.1"
,
"pegjs"
:
"
~0.7.0
"
"pegjs"
:
"
git+https://github.com/dmajda/pegjs.git
"
},
"dependencies"
:
{
"video.js"
:
"~4.2.2"
,
...
...
Please
register
or
sign in
to post a comment