Skip to content

Commit

Permalink
fix(resolve): replace missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
wallw-teal committed Jan 2, 2018
1 parent d822ea7 commit 96914d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!Object.values) {

const Promise = require('bluebird');
const pluginUtils = require('./plugins');
const core = require('.core');
const core = require('./core');

var thisPackage = require(path.resolve(process.cwd(), 'package'));

Expand Down

0 comments on commit 96914d4

Please sign in to comment.