Comparing version 0.1.0 to 0.1.1
@@ -86,3 +86,3 @@ 'use strict'; | ||
// /////////////////////////////////////////////////////////////////////////// | ||
// Next, process files listed in cvs-files.yml. | ||
// Next, process files listed in cvs.yml. | ||
// /////////////////////////////////////////////////////////////////////////// | ||
@@ -89,0 +89,0 @@ let yml = ''; |
{ | ||
"name": "fp-cvs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "CVS extension for Fepper", | ||
@@ -12,3 +12,6 @@ "repository": { | ||
"node": ">= 4.0.0" | ||
}, | ||
"devDependencies": { | ||
"yargs": "^4.7.1" | ||
} | ||
} |
@@ -16,3 +16,3 @@ # CVS extension for Fepper | ||
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`. | ||
named `extend/custom/fp-cvs`, and a file within named `cvs.yml`, and list them | ||
therein. Base it off the empty YAML file in this NPM named `default.cvs.yml`. |
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
6224
1