瀏覽代碼

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

Herbert Vojčík 8 年之前
父節點
當前提交
b9bb9a361d
共有 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", {});