Skip to content

Commit 67381b6

Browse files
committed
[meta] update URLs
1 parent 2e2007a commit 67381b6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
to escape the quoting rules. (CVE-2021-42740)
1010

1111
## 1.7.2
12-
* Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. ([144e1c2](https://github.com/substack/node-shell-quote/commit/144e1c20cd57549a414c827fb3032e60b7b8721c))
12+
* Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. ([144e1c2](https://github.com/ljharb/shell-quote/commit/144e1c20cd57549a414c827fb3032e60b7b8721c))
1313

1414
## 1.7.1
15-
* Fix `$` being removed when not part of an environment variable name. ([@Adman](https://github.com/Admin) in [#32](https://github.com/substack/node-shell-quote/pull/32))
15+
* Fix `$` being removed when not part of an environment variable name. ([@Adman](https://github.com/Admin) in [#32](https://github.com/ljharb/shell-quote/pull/32))
1616

1717
## 1.7.0
18-
* Add support for parsing `>>` and `>&` redirection operators. ([@forivall](https://github.com/forivall) in [#16](https://github.com/substack/node-shell-quote/pull/16))
19-
* Add support for parsing `<(` process substitution operator. ([@cuonglm](https://github.com/cuonglm) in [#15](https://github.com/substack/node-shell-quote/pull/15))
18+
* Add support for parsing `>>` and `>&` redirection operators. ([@forivall](https://github.com/forivall) in [#16](https://github.com/ljharb/shell-quote/pull/16))
19+
* Add support for parsing `<(` process substitution operator. ([@cuonglm](https://github.com/cuonglm) in [#15](https://github.com/ljharb/shell-quote/pull/15))
2020

2121
## 1.6.3
22-
* Fix Windows path quoting problems. ([@dy](https://github.com/dy) in [#34](https://github.com/substack/node-shell-quote/pull/34))
22+
* Fix Windows path quoting problems. ([@dy](https://github.com/dy) in [#34](https://github.com/ljharb/shell-quote/pull/34))
2323

2424
## 1.6.2
25-
* Remove dependencies in favour of native methods. ([@zertosh](https://github.com/zertosh) in [#21](https://github.com/substack/node-shell-quote/pull/21))
25+
* Remove dependencies in favour of native methods. ([@zertosh](https://github.com/zertosh) in [#21](https://github.com/ljharb/shell-quote/pull/21))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]",
88
"url": "http://substack.net"
99
},
10-
"bugs": "https://github.com/substack/node-shell-quote/issues",
10+
"bugs": "https://github.com/ljharb/shell-quote/issues",
1111
"devDependencies": {
1212
"@ljharb/eslint-config": "^21.0.0",
1313
"aud": "^2.0.1",
@@ -17,7 +17,7 @@
1717
"safe-publish-latest": "^2.0.0",
1818
"tape": "^5.6.1"
1919
},
20-
"homepage": "https://github.com/substack/node-shell-quote",
20+
"homepage": "https://github.com/ljharb/shell-quote",
2121
"keywords": [
2222
"command",
2323
"parse",
@@ -28,7 +28,7 @@
2828
"main": "index.js",
2929
"repository": {
3030
"type": "git",
31-
"url": "http://github.com/substack/node-shell-quote.git"
31+
"url": "http://github.com/ljharb/shell-quote.git"
3232
},
3333
"scripts": {
3434
"prepack": "npmignore --auto --commentLines=autogenerated",

0 commit comments

Comments
 (0)