we don't need to track lines and columns
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | "scripts": { | 8 | "scripts": { |
9 | "test": "grunt qunit", | 9 | "test": "grunt qunit", |
10 | "prepublish": "npm run peg", | 10 | "prepublish": "npm run peg", |
11 | "peg": "pegjs --track-line-and-column src/m3u8/m3u8.pegjs src/m3u8/m3u8-generated.js", | 11 | "peg": "pegjs src/m3u8/m3u8.pegjs src/m3u8/m3u8-generated.js", |
12 | "testpeg": "npm run peg && node test/pegtest.js" | 12 | "testpeg": "npm run peg && node test/pegtest.js" |
13 | }, | 13 | }, |
14 | "devDependencies": { | 14 | "devDependencies": { | ... | ... |
-
Please register or sign in to post a comment