UNPKG

110 BJavaScriptView Raw
1'use strict';
2
3const a = require('module-a');
4
5module.exports = {
6 id: 'local-module-a',
7 dependentOn: a
8};