Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ejs2html", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple CLI for making HTML files from EJS templates.", | ||
"main": "bin/index.js", | ||
"main": "cli.js", | ||
"bin": { | ||
"ejs2html": "cli.js" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"preferGlobal": true, | ||
@@ -7,0 +13,0 @@ "scripts": { |
@@ -6,3 +6,3 @@ # ejs2html | ||
```bash | ||
npm i -D ejs2html | ||
npm i ejs2html -g | ||
``` | ||
@@ -9,0 +9,0 @@ |
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
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
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
10949
1