Comparing version 0.0.3 to 0.0.4
@@ -14,3 +14,2 @@ 'use strict'; | ||
const templater = require('../../../core/tasks/templater'); | ||
const utils = require('../../../core/lib/utils'); | ||
@@ -20,3 +19,3 @@ | ||
const TEMPLATES_DIR_DEFAULT = utils.backendDirCheck(ROOT_DIR, pref.backend.synced_dirs.templates_dir); | ||
const TEMPLATES_EXT_DEFAULT = templater.templatesExtCheck(pref.backend.synced_dirs.templates_ext); | ||
const TEMPLATES_EXT_DEFAULT = utils.extCheck(pref.backend.synced_dirs.templates_ext); | ||
@@ -75,3 +74,3 @@ function cvsProcessExec(cmd, file) { | ||
if (typeof data.templates_ext === 'string') { | ||
templatesExt = templater.templatesExtCheck(data.templates_ext); | ||
templatesExt = utils.extCheck(data.templates_ext); | ||
} | ||
@@ -78,0 +77,0 @@ else { |
{ | ||
"name": "fp-cvs", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "CVS extension for Fepper", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
6018
134