From cf32b7b8d81c39e6ef6d3642b9b3cc1ac94baf91 Mon Sep 17 00:00:00 2001 From: ION606 Date: Thu, 9 May 2024 08:25:32 -0700 Subject: [PATCH] bug fixes --- classes/Profile.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/Profile.js b/classes/Profile.js index d6fb4cc..1fcb475 100644 --- a/classes/Profile.js +++ b/classes/Profile.js @@ -1,4 +1,4 @@ -import { linkedInAPIClass } from "../index.js"; +import linkedInAPIClass from "../index.js"; export class LinkedInProfile { /** @type {linkedInAPIClass} */ diff --git a/package.json b/package.json index 5074dfb..4564858 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ }, "type": "module", "name": "linkedin-api-js", - "version": "1.0.0-1", - "main": "APIMain.js", + "version": "1.0.0-3", + "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },