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

npm published version != package.json version #14

Closed
brokenmass opened this issue Jun 9, 2016 · 2 comments
Closed

npm published version != package.json version #14

brokenmass opened this issue Jun 9, 2016 · 2 comments

Comments

@brokenmass
Copy link

brokenmass commented Jun 9, 2016

There is an issue with the current published version of app-root-path.

my package.json contains

"dependencies": {
    "app-root-path": "^1.0.0"
}

but if i run npm outdated I get

Package        Current  Wanted  Latest
app-root-path    1.0.0   1.2.0   1.0.0

if 1.2.0 is a beta that it should have been published as 1.2.0-beta

@pickhardt
Copy link

I noticed this too.

If you're curious what you're missing out on:

1.1.0 added a fix for CLI libaries #8

1.2.0 added a fix for when running inside an Electron renderer process 9eb0173

@inxilpro
Copy link
Owner

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants