Skip to content

Commit

Permalink
Moved index.js into src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ap3rtur3 committed Jun 14, 2019
1 parent 84d53e3 commit cfd8274
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions index.js

This file was deleted.

4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import VueEventRegistry from './vue-plugin';

export default VueEventRegistry
export { createEventRegistry } from './event-registry';
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');

module.exports = {
entry: './index.js',
entry: './src/index.js',
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'index.js',
Expand Down

0 comments on commit cfd8274

Please sign in to comment.