blob: 29a819906888a18457379b182640be8fbd78d2ce [file] [log] [blame]
var init = require('../init-package-json.js')
var dir = process.cwd()
init(dir, 'file that does not exist', function (err, data) {
if (!err) console.log('written successfully')
})