mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-15 06:16:54 +00:00
bug fixes
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
import { linkedInAPIClass } from "../index.js";
|
import linkedInAPIClass from "../index.js";
|
||||||
|
|
||||||
export class LinkedInProfile {
|
export class LinkedInProfile {
|
||||||
/** @type {linkedInAPIClass} */
|
/** @type {linkedInAPIClass} */
|
||||||
|
|||||||
+2
-2
@@ -7,8 +7,8 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "linkedin-api-js",
|
"name": "linkedin-api-js",
|
||||||
"version": "1.0.0-1",
|
"version": "1.0.0-3",
|
||||||
"main": "APIMain.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user