Comparing version 0.8.0 to 0.9.0
@@ -5,3 +5,3 @@ const fs = require('fs'); | ||
const yaml = require('js-yaml') | ||
const configPath = "/.fandogh/config.yml" | ||
const configPath = "/fandogh.yml" | ||
const fandoghConfigs = require('./fandogh.json') | ||
@@ -109,6 +109,2 @@ | ||
try { | ||
if (!fs.existsSync(source+'/.fandogh')){ | ||
fs.mkdirSync(source+'/.fandogh'); | ||
} | ||
let yml = Helpers.createYamlConfig(configs); | ||
@@ -115,0 +111,0 @@ fs.writeFileSync(source+configPath, yml) |
{ | ||
"name": "fandogh", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "fandogh node client", | ||
@@ -5,0 +5,0 @@ "main": "fandogh.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13156
471