mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Update files option for npm publish
This commit is contained in:
@@ -10,7 +10,10 @@
|
|||||||
"url": "https://github.com/arifszn/gitprofile.git"
|
"url": "https://github.com/arifszn/gitprofile.git"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist/gitprofile.es.js",
|
||||||
|
"dist/gitprofile.umd.js",
|
||||||
|
"dist/style.css",
|
||||||
|
"types"
|
||||||
],
|
],
|
||||||
"main": "./dist/gitprofile.umd.js",
|
"main": "./dist/gitprofile.umd.js",
|
||||||
"module": "./dist/gitprofile.es.js",
|
"module": "./dist/gitprofile.es.js",
|
||||||
|
|||||||
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@@ -34,7 +34,7 @@ interface github {
|
|||||||
*
|
*
|
||||||
* example: ['my-project1', 'my-project2']
|
* example: ['my-project1', 'my-project2']
|
||||||
*/
|
*/
|
||||||
projects: Array;
|
projects: Array<string>;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user