X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=30cb4b149833b080510e87384af81b3f4873366a;hb=refs%2Fheads%2Fmaster;hp=60cfb5949e6bf502dadfae844cfd5bea89cb6cfd;hpb=ff66dd49a1b54935a20ea6e15bd036b8acd5e170;p=squeep-authentication-module diff --git a/package.json b/package.json index 60cfb59..ce80571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.4.1", + "version": "1.5.0", "description": "Wrangles authenticated sessions, endpoints, and resources; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -8,6 +8,7 @@ "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", "eslint": "eslint index.js lib", + "eslint:test": "eslint test", "test": "mocha --recursive" }, "files": [ @@ -53,6 +54,6 @@ "mocha": "^10", "nyc": "^15", "pre-commit": "^1", - "sinon": "^17" + "sinon": "^18" } }