Skip to content

Commit

Permalink
publish 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jul 31, 2024
1 parent 0e2bbdd commit 9a448b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-oauth/oauth2-server",
"description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js",
"version": "5.1.0",
"version": "5.2.0",
"keywords": [
"oauth",
"oauth2"
Expand Down Expand Up @@ -42,7 +42,7 @@
"node": ">=16.0.0"
},
"scripts": {
"pretest": "./node_modules/.bin/eslint lib test index.js",
"pretest": "eslint lib test index.js",
"test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
"test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'",
"test:watch": "NODE_ENV=test ./node_modules/.bin/mocha --watch 'test/**/*_test.js'",
Expand Down

0 comments on commit 9a448b4

Please sign in to comment.