node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

#149 was merged but code not found on npm

Open Amri91 opened this issue 8 years ago • 1 comments

Hi,

Pull request #149 was merged but when I install this package (npm install acl) and look at the code, I do not see the new changes.

Thanks!

Amri91 avatar May 30 '16 20:05 Amri91

I'm also having this issue. I've created a new directory to test it and run npm install acl. When I navigate to /lib/acl/acl.js, line 668 isn't displaying the revised version. package.json of my project lists it as version 0.4.9 in all the tests I've performed so it looks like this version hasn't been published properly.

I got around this however by installing directly from github as per npm documentation: https://docs.npmjs.com/cli/install:

npm install OptimalBits/node_acl

Wuntenn avatar Aug 29 '16 18:08 Wuntenn