fix: Fixed that fs was undefined

releases/v3
Tycho Bokdam 2019-10-18 11:55:53 +02:00
parent 10ec8cd474
commit f330c69c10
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
const fs = require('fs')
const conventionalChangelog = require('conventional-changelog')
module.exports = (tagPrefix, preset, jsonPackage, fileName) => new Promise((resolve) => {