inxilpro / node-app-root-path

Determine the root path to your project
MIT License
605 stars 29 forks source link

npm published version != package.json version #14

Closed brokenmass closed 8 years ago

brokenmass commented 8 years ago

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 commented 8 years ago

I noticed this too.

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

1.1.0 added a fix for CLI libaries https://github.com/inxilpro/node-app-root-path/issues/8

1.2.0 added a fix for when running inside an Electron renderer process https://github.com/inxilpro/node-app-root-path/commit/9eb0173dd138280e027fd2b5afb687bd8ed94b43

inxilpro commented 8 years ago

Fixed.