소스 검색

config-node: map amber/c11y to amber/node-c11y

Herbert Vojčík 8 년 전
부모
커밋
82e0185a11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config-node.js

+ 1 - 1
config-node.js

@@ -3,5 +3,5 @@
 // Free to edit. You can break tests (cli test runner uses
 // this to build itself - it is a node executable).
 define("amber/Platform", ["amber_core/Platform-Node"], {});
-define("amber/browser-compatibility", {});
+define("amber/compatibility", ["amber/node-compatibility"], {});
 define("jquery", {});