index.js 93 B

1234567
  1. const install = require('./install');
  2. export default {
  3. install,
  4. version: __VERSION__
  5. };