Browse Source

Remove unused remnants.

Herby Vojčík 5 years ago
parent
commit
6fba38b352
1 changed files with 0 additions and 4 deletions
  1. 0 4
      lang/package.json

+ 0 - 4
lang/package.json

@@ -23,10 +23,6 @@
   "engines": {
     "node": ">=4.0.0"
   },
-  "strings": {
-    "buildParserBegin": "// jshint ignore:start\ndefine(['./boot'], function($boot) {\nvar $globals = $boot.globals;\n",
-    "buildParserEnd": "});"
-  },
   "scripts": {
     "build:parser": "pegjs --cache -o base/parser.js --format amd --dependency __boot:./boot base/parser.pegjs"
   },