You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
***spawn:** spawn child processes with node without relying on the shebang. ([#174](https://github.com/npm/npx/issues/174)) ([cba97bb](https://github.com/npm/npx/commit/cba97bb))
13
-
***windows:** Allow spaces in the node path when using --node-arg ([#173](https://github.com/npm/npx/issues/173)) ([fe0d48a](https://github.com/npm/npx/commit/fe0d48a)), closes [#170](https://github.com/npm/npx/issues/170)
***spawn:** spawn child processes with node without relying on the shebang. ([#174](https://github.com/zkat/npx/issues/174)) ([cba97bb](https://github.com/npm/npx/commit/cba97bb))
13
+
***windows:** Allow spaces in the node path when using --node-arg ([#173](https://github.com/zkat/npx/issues/173)) ([fe0d48a](https://github.com/npm/npx/commit/fe0d48a)), closes [#170](https://github.com/zkat/npx/issues/170)
@@ -30,7 +30,7 @@ All notable changes to this project will be documented in this file. See [standa
30
30
31
31
### Features
32
32
33
-
***spawn:** add --always-spawn to opt out of process takeover optimization feature ([#172](https://github.com/npm/npx/issues/172)) ([c0d6abc](https://github.com/npm/npx/commit/c0d6abc))
33
+
***spawn:** add --always-spawn to opt out of process takeover optimization feature ([#172](https://github.com/zkat/npx/issues/172)) ([c0d6abc](https://github.com/npm/npx/commit/c0d6abc))
34
34
35
35
36
36
@@ -40,8 +40,8 @@ All notable changes to this project will be documented in this file. See [standa
40
40
41
41
### Bug Fixes
42
42
43
-
***i18n:** Improve French localization ([#158](https://github.com/npm/npx/issues/158)) ([c88823e](https://github.com/npm/npx/commit/c88823e))
44
-
***windows:** on Windows, throw useful error when package contains no binaries([#142](https://github.com/npm/npx/issues/142)) ([a69276e](https://github.com/npm/npx/commit/a69276e)), closes [#137](https://github.com/npm/npx/issues/137)
43
+
***i18n:** Improve French localization ([#158](https://github.com/zkat/npx/issues/158)) ([c88823e](https://github.com/npm/npx/commit/c88823e))
44
+
***windows:** on Windows, throw useful error when package contains no binaries([#142](https://github.com/zkat/npx/issues/142)) ([a69276e](https://github.com/npm/npx/commit/a69276e)), closes [#137](https://github.com/zkat/npx/issues/137)
45
45
46
46
47
47
@@ -51,11 +51,11 @@ All notable changes to this project will be documented in this file. See [standa
51
51
52
52
### Bug Fixes
53
53
54
-
***i18n:** Fix Korean locale ([#130](https://github.com/npm/npx/issues/130)) ([752db48](https://github.com/npm/npx/commit/752db48))
55
-
***index:** remove extraneous logging on Windows ([#136](https://github.com/npm/npx/issues/136)) ([357e6ab](https://github.com/npm/npx/commit/357e6ab)), closes [#131](https://github.com/npm/npx/issues/131)
54
+
***i18n:** Fix Korean locale ([#130](https://github.com/zkat/npx/issues/130)) ([752db48](https://github.com/npm/npx/commit/752db48))
55
+
***index:** remove extraneous logging on Windows ([#136](https://github.com/zkat/npx/issues/136)) ([357e6ab](https://github.com/npm/npx/commit/357e6ab)), closes [#131](https://github.com/zkat/npx/issues/131)
56
56
***license:** change npx license to ISC ([a617d7b](https://github.com/npm/npx/commit/a617d7b))
57
57
***parse-args:** fix version thing for yargs ([30677ed](https://github.com/npm/npx/commit/30677ed))
58
-
***prefix:** Handle node_modules without package.json ([#128](https://github.com/npm/npx/issues/128)) ([f64ae43](https://github.com/npm/npx/commit/f64ae43)), closes [/github.com/babel/babel/issues/4066#issuecomment-336705199](https://github.com//github.com/babel/babel/issues/4066/issues/issuecomment-336705199)
58
+
***prefix:** Handle node_modules without package.json ([#128](https://github.com/zkat/npx/issues/128)) ([f64ae43](https://github.com/npm/npx/commit/f64ae43)), closes [/github.com/babel/babel/issues/4066#issuecomment-336705199](https://github.com//github.com/babel/babel/issues/4066/issues/issuecomment-336705199)
59
59
***standard:** get things in line with standard 11 ([6cf8e88](https://github.com/npm/npx/commit/6cf8e88))
60
60
61
61
@@ -81,7 +81,7 @@ All notable changes to this project will be documented in this file. See [standa
@@ -127,7 +127,7 @@ All notable changes to this project will be documented in this file. See [standa
127
127
128
128
### Bug Fixes
129
129
130
-
***i18n:** minor fixes to ru locale (#92) ([f4d5051](https://github.com/npm/npx/commit/f4d5051)), closes [#92](https://github.com/npm/npx/issues/92)
130
+
***i18n:** minor fixes to ru locale (#92) ([f4d5051](https://github.com/npm/npx/commit/f4d5051)), closes [#92](https://github.com/zkat/npx/issues/92)
131
131
132
132
133
133
### Features
@@ -209,7 +209,7 @@ All notable changes to this project will be documented in this file. See [standa
209
209
### Bug Fixes
210
210
211
211
***binpath:** fix calling binaries from subdirectories ([f185d0d](https://github.com/npm/npx/commit/f185d0d))
212
-
***i18n:** Fix typos in french locale (#78) ([f277fc7](https://github.com/npm/npx/commit/f277fc7)), closes [#78](https://github.com/npm/npx/issues/78)
212
+
***i18n:** Fix typos in french locale (#78) ([f277fc7](https://github.com/npm/npx/commit/f277fc7)), closes [#78](https://github.com/zkat/npx/issues/78)
213
213
214
214
215
215
### Features
@@ -226,19 +226,19 @@ All notable changes to this project will be documented in this file. See [standa
226
226
### Bug Fixes
227
227
228
228
***call:** only npm run env if package.json exists ([370f395](https://github.com/npm/npx/commit/370f395))
229
-
***i18n:** Fix grammar and spelling for de.json (#63) ([b14020f](https://github.com/npm/npx/commit/b14020f)), closes [#63](https://github.com/npm/npx/issues/63)
229
+
***i18n:** Fix grammar and spelling for de.json (#63) ([b14020f](https://github.com/npm/npx/commit/b14020f)), closes [#63](https://github.com/zkat/npx/issues/63)
230
230
***i18n:** wording revisions for Brazilian Portuguese (#75) ([b5dc536](https://github.com/npm/npx/commit/b5dc536))
231
231
***npm:** path directly to the npm-cli.js script ([d531206](https://github.com/npm/npx/commit/d531206))
232
232
***rimraf:** fix rimraf.sync is not a function issue ([d2ecba3](https://github.com/npm/npx/commit/d2ecba3))
233
-
***windows:** get npx working well on Windows again (#69) ([6cfb8de](https://github.com/npm/npx/commit/6cfb8de)), closes [#60](https://github.com/npm/npx/issues/60)[#58](https://github.com/npm/npx/issues/58)[#62](https://github.com/npm/npx/issues/62)
233
+
***windows:** get npx working well on Windows again (#69) ([6cfb8de](https://github.com/npm/npx/commit/6cfb8de)), closes [#60](https://github.com/zkat/npx/issues/60)[#58](https://github.com/zkat/npx/issues/58)[#62](https://github.com/zkat/npx/issues/62)
***child:** exec does not have the information needed to correctly escape its args ([6714992](https://github.com/npm/npx/commit/6714992))
469
469
***guessCmdName:** tests failed because of lazy npa ([53a0119](https://github.com/npm/npx/commit/53a0119))
470
-
***i18n:** gender inclusiveness fix for french version (#37) ([04920ae](https://github.com/npm/npx/commit/04920ae)), closes [#37](https://github.com/npm/npx/issues/37)
470
+
***i18n:** gender inclusiveness fix for french version (#37) ([04920ae](https://github.com/npm/npx/commit/04920ae)), closes [#37](https://github.com/zkat/npx/issues/37)
0 commit comments