Commit e57cd1a
Robert Jackson
Ensure we support both
npm@6 automatically migrates `"bin": "lib/foo.js"` into `"bin": {
"package-name": "lib/foo.js" }`. When we were running under `yarn` or
`npm@7` we don't have this problem, but CI currently tests against
npm@6.bin field formats for resolving ember-template-recast1 parent 2ba29af commit e57cd1a
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
0 commit comments