소스 검색

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