bug fixes

This commit is contained in:
2024-05-09 08:25:32 -07:00
parent 273916d8e7
commit cf32b7b8d8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { linkedInAPIClass } from "../index.js";
import linkedInAPIClass from "../index.js";
export class LinkedInProfile {
/** @type {linkedInAPIClass} */
+2 -2
View File
@@ -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"
},