We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248916a commit cbd8a02Copy full SHA for cbd8a02
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "payload-plugin-oauth",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"scripts": {
8
"clean": "rm -rf dist",
9
"build": "tsc",
10
"fix": "npx prettier src --write",
11
+ "prepare": "yarn fix && yarn clean && yarn build",
12
"test": "echo 'no tests'"
13
},
14
"exports": {
0 commit comments