Finishing touches and version bump... let the development continue!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-26 12:10:06 -04:00
parent 62c50964fa
commit 9dc3520989
4 changed files with 22 additions and 7 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "@mifi/auth-service",
"version": "1.0.11",
"version": "1.0.12",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
"build": "tsc",
"build:package": "tsc -p ./tsconfig.package.json",
"build:production": "tsc -p ./tsconfig.production.json",
"format": "prettier:fix && lint:fix",
"lint": "eslint --ext .ts,.tsx src/",