Skip to content

Commit 6c09255

Browse files
author
Ivan Peshev
committed
chore: path fix
1 parent 01388e3 commit 6c09255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/semantic-prerelease.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
const utils = require('./utils');
3+
const utils = require('../utils');
44
const path = require('path');
55
const validateConfig = require('../validateConfig');
66
const config = require(path.resolve('package.json'));

0 commit comments

Comments
 (0)