X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=8da00340b0a5dd1576efb5de1d039d114637207d;hb=3ca7fccb306d0b23626befc3791ffa360b3db1e7;hp=d457c0988c566fae83aacc361e7f108500d9c24a;hpb=1c37a7c533a5530390489ea9a49dcca492db1074;p=websub-hub diff --git a/package.json b/package.json index d457c09..8da0034 100644 --- a/package.json +++ b/package.json @@ -29,15 +29,15 @@ "author": "Justin Wind ", "license": "ISC", "pre-commit": [ - "audit", "eslint", "coverage", - "coverage-check" + "coverage-check", + "audit" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9", - "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.3.1", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0", + "@squeep/api-dingus": "^2", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.5.0", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.6.1", "@squeep/logger-json-console": "^3", "@squeep/roman": "^1", "@squeep/web-linking": "^1",