| Index: appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js
|
| diff --git a/appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js b/appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d92b110b43750f41045d304379b73b2a2c122d7d
|
| --- /dev/null
|
| +++ b/appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js
|
| @@ -0,0 +1,7 @@
|
| +// This exposes the ./dist Javascript file for node libraries.
|
| +// It also unwraps the main axs package so Audit and other objects are exposed
|
| +// directly in the node library
|
| +
|
| +var library = require('./dist/js/axs_testing'); // eslint-disable-line no-undef
|
| +
|
| +module.exports = library.axs; // eslint-disable-line no-undef
|
|
|