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
4b1e49f1
authored
2013-12-13 13:34:55 -0500
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
we don't need to track lines and columns
1 parent
4aab34dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
package.json
package.json
View file @
4b1e49f
...
...
@@ -8,7 +8,7 @@
"scripts"
:
{
"test"
:
"grunt qunit"
,
"prepublish"
:
"npm run peg"
,
"peg"
:
"pegjs
--track-line-and-column
src/m3u8/m3u8.pegjs src/m3u8/m3u8-generated.js"
,
"peg"
:
"pegjs src/m3u8/m3u8.pegjs src/m3u8/m3u8-generated.js"
,
"testpeg"
:
"npm run peg && node test/pegtest.js"
},
"devDependencies"
:
{
...
...
Please
register
or
sign in
to post a comment