diff --git a/awssopilot.js b/awssopilot.js index 07bf91b..80b6ba5 100644 --- a/awssopilot.js +++ b/awssopilot.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node import puppeteer from 'puppeteer'; import { readFileSync } from 'fs'; import { setTimeout } from 'timers/promises'; diff --git a/package.json b/package.json index a8f7a76..bb7a832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awssopilot", - "version": "1.0.1", + "version": "1.0.2", "description": "Automates AWS SSO token renewal and generates IAM credentials, supporting multi-profile management", "type": "module", "exports": "./awssopilot.js",