Skip to content

Commit e8aad08

Browse files
committed
chore(index): Fix import path
1 parent 8339824 commit e8aad08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const packageInfo = require('../package.json');
1515
const path = require('path');
1616
const updateNotifier = require('update-notifier');
1717

18-
const events = require('./events');
18+
const events = require('./lib/events');
1919
const logger = require('./lib/log');
2020
const PatternGraph = require('./lib/pattern_graph').PatternGraph;
2121
const CompileState = require('./lib/object_factory').CompileState;

0 commit comments

Comments
 (0)