Skip to content
Draft
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