ember-fastboot / ember-fastboot/ember-cli-fastboot

Unnecessary package duplication

Open
#951 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
850
Forks
161
Avg merge
17h 45m
Merged PRs (30d)
19

Description

If you install `ember-cli-fastboot` 4.1.5, you will always get two different versions of `fastboot` in your dependency graph:

```
ember-cli-fastboot 4.1.5
├── fastboot 4.1.5
└─┬ fastboot-express-middleware 4.1.2
└── fastboot 4.1.2
```

This is because `workspace:*` dependencies become exact version matches when published.

It would probably be better to use `workspace:^`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.