Commit af86c92
authored
Change '/' to path.sep (stdlib-js#352)
On Windows, package.json ends up with a bunch of "\\" in the dependencies, which breaks npm install after the first installation. This should fix that.1 parent caed916 commit af86c92
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
0 commit comments