Update package versions

This commit is contained in:
luke-hagar-sp
2024-01-23 20:03:08 -06:00
parent b33e37da47
commit fca1d12bf6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "idn-admin-console",
"productName": "idn-admin-console",
"version": "0.0.1",
"version": "0.0.2",
"description": "A troubleshooting and administration app for IdentityNow",
"repo": "https://github.com/sailpoint-oss/idn-admin-console",
"main": "src/index.js",

View File

@@ -1,7 +1,7 @@
{
"name": "idn-admin-console-svelte",
"description": "A troubleshooting and administration app for IdentityNow",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"author": {
"name": "Luke Hagar",

View File

@@ -1,6 +1,6 @@
{
"name": "built-app",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"start": "node ./src"
},