Comparing version 1.0.1 to 1.0.2
@@ -10,4 +10,4 @@ #! /usr/bin/env node | ||
const exists = require('file-exists'); | ||
const pkg = require('../package.json'); | ||
const log = require('../lib/log.js'); | ||
const pkg = require('./package.json'); | ||
const log = require('./lib/log.js'); | ||
@@ -14,0 +14,0 @@ const inputExt = '.ejs'; |
{ | ||
"name": "ejs2html", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A simple CLI for making HTML files from EJS templates.", | ||
@@ -5,0 +5,0 @@ "main": "cli.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
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
0
10947