Skip to content

Commit 9fb3160

Browse files
committed
fix
1 parent 652ad10 commit 9fb3160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ship.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import execa from 'execa'
22
import path from 'path'
3-
import { promise as fs } from 'fs'
3+
import { promises as fs } from 'fs'
44

55
function extractSpecificChangelog(changelog, version) {
66
if (!changelog) {

0 commit comments

Comments
 (0)