瀏覽代碼

Remove unused remnants.

Herby Vojčík 6 年之前
父節點
當前提交
6fba38b352
共有 1 個文件被更改,包括 0 次插入4 次删除
  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"
   },