@benev/turtle
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@benev/turtle", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "static site generator", | ||
@@ -28,11 +28,11 @@ "license": "MIT", | ||
"@types/shelljs": "^0.8.12", | ||
"glob": "^10.2.6", | ||
"glob": "^10.2.7", | ||
"shelljs": "^0.8.5" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.2.3", | ||
"@types/node": "^20.3.0", | ||
"cynic": "^0.2.1", | ||
"http-server": "^14.1.1", | ||
"npm-run-all": "^4.1.5", | ||
"typescript": "^5.0.4" | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "keywords": [ |
@@ -149,1 +149,7 @@ | ||
<br/> | ||
### be sure to escape globs | ||
- if you provide a glob to a flag like `--exclude="partials/**/*"` -- be sure to use double quotes so that your shell doesn't expand the glob -- the double quotes tells your shell to pass the literal glob to turtle, which will then process the glob properly (if you let the shell expand the glob, it won't work) | ||
Sorry, the diff of this file is not supported yet
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
100172
155
Updatedglob@^10.2.7