Skip to content

Commit

Permalink
Switch to require
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Aug 30, 2024
1 parent 91c0265 commit 627d56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/accounts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

import YAML from 'yaml'
const YAML = require('yaml')
const fs = require('fs')
const os = require('os')
const path = require('path')
Expand Down

0 comments on commit 627d56b

Please sign in to comment.