Comparing version 2.9.2 to 2.9.3
# degit changelog | ||
## 2.9.3 | ||
* degit --help did not work. It would throw error. Now it reads the help.md like it should. ([#179](https://github.com/Rich-Harris/degit/pull/179)) | ||
## 2.9.2 | ||
@@ -4,0 +7,0 @@ * Fixed shebang. It was broken by pointing bin in package.json straight to dist/bin.js. Now pointing again to ./bin.js |
@@ -487,3 +487,3 @@ 'use strict'; | ||
const help = fs__default['default'] | ||
.readFileSync(path__default['default'].join(__dirname, 'help.md'), 'utf-8') | ||
.readFileSync(path__default['default'].join(__dirname, '..', 'help.md'), 'utf-8') | ||
.replace(/^(\s*)#+ (.+)/gm, (m, s, _) => s + colorette.bold(_)) | ||
@@ -490,0 +490,0 @@ .replace(/_([^_]+)_/g, (m, _) => colorette.underline(_)) |
{ | ||
"name": "tiged", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8.0.0" |
@@ -20,2 +20,3 @@ > Community driven fork of [degit](https://github.com/Rich-Harris/degit) because it isn't being maintained. We will be willing to give control of this repository to Rich Harris if he becomes active. | ||
```bash | ||
npm uninstall -g degit | ||
npm install -g tiged | ||
@@ -28,2 +29,4 @@ ``` | ||
> The run command stays as before, degit and not tiged. So no automated scripts break and people are used to the good old name. | ||
The simplest use of degit is to download the master branch of a repo from GitHub to the current working directory: | ||
@@ -30,0 +33,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
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
114104
178