node_acl
node_acl copied to clipboard
#149 was merged but code not found on npm
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!
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