Skip to content

Commit 9a448b4

Browse files
committed
publish 5.2.0
1 parent 0e2bbdd commit 9a448b4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-oauth/oauth2-server",
33
"description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js",
4-
"version": "5.1.0",
4+
"version": "5.2.0",
55
"keywords": [
66
"oauth",
77
"oauth2"
@@ -42,7 +42,7 @@
4242
"node": ">=16.0.0"
4343
},
4444
"scripts": {
45-
"pretest": "./node_modules/.bin/eslint lib test index.js",
45+
"pretest": "eslint lib test index.js",
4646
"test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
4747
"test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'",
4848
"test:watch": "NODE_ENV=test ./node_modules/.bin/mocha --watch 'test/**/*_test.js'",

0 commit comments

Comments
 (0)