Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packages with dots in name are creating object namespaces #5

Open
segux opened this issue Mar 12, 2019 · 0 comments
Open

packages with dots in name are creating object namespaces #5

segux opened this issue Mar 12, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@segux
Copy link
Owner

segux commented Mar 12, 2019

Describe the bug
When i fix package versions, when a package have name separated by dots, first dot is fine but when has two or more dots, are creating namespaces like:

package.name.subname -> package.name : { subname: }

To Reproduce
Steps to reproduce the behavior:

  1. Set a package with name lilke "test.sub1.sub2: "^1.0.0""
    Expected behavior
    Should set the test.sub1.sub2 version to "1.0.0"

But converts to test.sub1: { sub2 }

@segux segux self-assigned this Mar 12, 2019
@segux segux added the bug Something isn't working label Mar 12, 2019
@segux segux pinned this issue Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant