mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 08:13:39 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
6
node_modules/standard-version/lib/write-file.js
generated
vendored
Normal file
6
node_modules/standard-version/lib/write-file.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
const fs = require('fs')
|
||||
|
||||
module.exports = function (args, filePath, content) {
|
||||
if (args.dryRun) return
|
||||
fs.writeFileSync(filePath, content, 'utf8')
|
||||
}
|
||||
Reference in New Issue
Block a user