@cocreate/cli
Advanced tools
Comparing version 1.40.0 to 1.40.1
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/cli/index.html", | ||
"path": "/docs/cli", | ||
"pathname": "/docs/cli/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -17,7 +18,5 @@ "host": [ | ||
], | ||
"directory": "/docs/cli", | ||
"parentDirectory": "{{parentDirectory}}", | ||
"directory": "cli", | ||
"content-type": "{{content-type}}", | ||
"public": "true", | ||
"website_id": "644d4bff8036fb9d1d1fd69c" | ||
"public": "true" | ||
} | ||
@@ -24,0 +23,0 @@ } |
{ | ||
"name": "@cocreate/cli", | ||
"version": "1.40.0", | ||
"version": "1.40.1", | ||
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.", | ||
@@ -58,4 +58,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/config": "^1.5.0", | ||
"@cocreate/file": "^1.6.1", | ||
"@cocreate/config": "^1.5.1", | ||
"@cocreate/file": "^1.7.1", | ||
"glob": "^7.1.7", | ||
@@ -62,0 +62,0 @@ "prettier": "^2.3.2" |
@@ -40,3 +40,4 @@ let glob = require("glob"); | ||
"name": "index.html", | ||
"path": "/docs/${name}/index.html", | ||
"path": "/docs/${name}", | ||
"pathname": "/docs/${name}/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -46,7 +47,5 @@ "host": [ | ||
], | ||
"directory": "/docs/${name}", | ||
"parentDirectory": "{{parentDirectory}}", | ||
"directory": "${name}", | ||
"content-type": "{{content-type}}", | ||
"public": "true", | ||
"website_id": "644d4bff8036fb9d1d1fd69c" | ||
"public": "true" | ||
} | ||
@@ -53,0 +52,0 @@ } |
Sorry, the diff of this file is too big to display
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
173811
2096
Updated@cocreate/config@^1.5.1
Updated@cocreate/file@^1.7.1