Commit bda9686
fix(scully): fix the pointer in the package.json to point at the bin folder (#141)
Once we have deployed to npm, we want people to just point to `@scullyio/scully` from the code. This
change makes that possibly. Without it, you have to point to `@scullyio/scully/bin`, which isn't
intuitive.1 parent 03950aa commit bda9686
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments