소스 검색

remove deprecated pieces

Herbert Vojčík 9 년 전
부모
커밋
165b038bd1
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      requirejs.amd.json

+ 1 - 5
requirejs.amd.json

@@ -1,9 +1,5 @@
 {
-    "rjs_comment1": "require.min should be removed",
-    "rjs_comment2": "it's backward compatibility hack if config finds",
-    "rjs_comment3": "support/requirejs before node_modules/requirejs;",
-    "rjs_comment4": "the former will go away in 0.14.0",
     "paths": {
-        "requireJS": [ "require", "require.min" ]
+        "requireJS": "require"
     }
 }