Update to v 0.0.4

This commit is contained in:
2023-05-04 11:17:52 -04:00
parent 5f69193b81
commit c2d9f8be5a
5 changed files with 46 additions and 35 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "@mifi/auth",
"version": "0.0.3",
"version": "0.0.4",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
"build": "tsc",
"build:production": "tsc -p .",
"format": "prettier:fix && lint:fix",
"lint": "eslint --ext .ts,.tsx lib/",
"lint:fix": "eslint --fix --ext .ts,.tsx lib/",