Browse Source

we don't need to track lines and columns

pull/80/head
Gary Katsevman 12 years ago
parent
commit
4b1e49f145
  1. 2
      package.json

2
package.json

@ -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": {

Loading…
Cancel
Save