Skip to content

Commit

Permalink
chore: path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Peshev committed Oct 29, 2019
1 parent 01388e3 commit 6c09255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/semantic-prerelease.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const utils = require('./utils');
const utils = require('../utils');
const path = require('path');
const validateConfig = require('../validateConfig');
const config = require(path.resolve('package.json'));
Expand Down

0 comments on commit 6c09255

Please sign in to comment.