Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Ensure to list used dependency in package.json #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

medikoo
Copy link

@medikoo medikoo commented Oct 25, 2019

It's used at

const { pick, isEmpty, path, uniq } = require('ramda')
while not referenced in package.json.

It works by chance that @serverless/core uses it and that most package managers installs deps flat way. Still it may break for some totally valid install scenarios, and also without that we do not guard version we depend on here.

btw. we may consider relying on @serverless/eslint-config as it'll prevent such setup errors (also having some tests will expose it)

@medikoo medikoo added the bug Something isn't working label Oct 25, 2019
@medikoo medikoo self-assigned this Oct 25, 2019
@eahefnawy eahefnawy removed their request for review April 22, 2020 15:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant