Comparing version 3.1.0 to 3.1.1
@@ -31,3 +31,3 @@ #!/usr/bin/env node | ||
name: "Plexiform", | ||
version: "3.1.0", | ||
version: "3.1.1", | ||
author: "Raith" | ||
@@ -209,3 +209,3 @@ }; | ||
spec = processor(specobj); | ||
console.log(`Processed spec using "${spec_processor}"`); | ||
console.log(`Processed spec using "${build_name}".process`); | ||
@@ -212,0 +212,0 @@ if ("save" in argv.options) { |
{ | ||
"name": "plexiform", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A very simple template-driven generator.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Plexiform | ||
> **v3.1.0** | ||
> **v3.1.1** | ||
@@ -5,0 +5,0 @@ | In this document | |
@@ -33,3 +33,4 @@ # Plexiform | ||
| 2017-12-31 | v3.1.0 | Raith | Removal of processor parameter now that this has become more formalised. Will use exported process method of the build module instead | | ||
| 2017-01-01 | v3.1.1 | Raith | Fix reference to defunct variable (should be using TypeScript) | | ||
--- |
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
36118