Closed httnn closed 6 years ago
The current version range should be fine – it specifies ^1.0.3
and the caret ^
means it allows any patch release of 1.0.x
but nothing before 1.0.3
. If you are stuck with that version it may be that it is in your lockfile.
@bengourley but this repo has a lockfile as well, doesn't that affect which version will be installed?
No that only affects people who clone this repo and do npm install
.
oh right, didn't know that! closing
also updates other dependencies according to their ranges due to running
npm install
.potentially solves #2 since the source map will be saved to a temp directory.