4b1e49f1 by Gary Katsevman

we don't need to track lines and columns

1 parent 4aab34dd
...@@ -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": {
......