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

Fix/acl rewrite #40

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
6,003 changes: 3,737 additions & 2,266 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
"prepublish": "npm test && npm run build",
"standard": "standard src/*.js",
"tape": "tape test/unit/check-access-test.js test/unit/access-denied-test.js test/unit/configure-logger-test.js test/unit/get-trusted-modes-for-origin-test.js",
"test": "npm run standard && npm run tape"
"test": "npm run standard && npm run tape",
"test-get-trusted-modes-for-origin": "npm run standard && tape test/unit/get-trusted-modes-for-origin-test.js",
"test-configure-logger": "npm run standard && tape test/unit/configure-logger-test.js",
"test-access-check": "npm run standard && tape test/unit/check-access-test.js",
"test-access-denied": "npm run standard && tape test/unit/access-denied-test.js"

},
"repository": {
"type": "git",
Expand Down
Loading