Comparing version 0.0.1 to 0.0.2
@@ -91,3 +91,3 @@ 'use strict'; | ||
try { | ||
yml = fs.readFileSync(`${__dirname}/cvs-files.yml`); | ||
yml = fs.readFileSync(`${ROOT_DIR}/extend/custom/fp-cvs/cvs-files.yml`); | ||
data = yaml.safeLoad(yml); | ||
@@ -94,0 +94,0 @@ } |
{ | ||
"name": "fp-cvs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "CVS extension for Fepper", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -11,1 +11,8 @@ # CVS extension for Fepper | ||
``` | ||
### Use | ||
`fp cvs` tasks identify CVS-revisioned files by searching for Pattern Lab files | ||
with corresponding YAML configs and determining if there exist corresponding | ||
backend files. To process additional CVS-revisioned files, create a directory | ||
named `extend/custom/fp-cvs`, and a file within named `cvs-files.yml`, and list | ||
them therein. Base it off the empty YAML file in this NPM named `cvs-files.yml`. |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6083
18
1