Browse Source

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

Herbert Vojčík 8 years ago
parent
commit
c5b4eee7c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config-node.js

+ 1 - 1
config-node.js

@@ -3,6 +3,6 @@
 // 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", {});
 define("jquery.xontent", {});