Skip to content

Commit 00dfe0b

Browse files
committed
Update details for npm package
1 parent fd5c204 commit 00dfe0b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../LICENSE)
99
![Release](https://img.shields.io/badge/Release-v1.0.0-426B20)
1010
![Build](https://img.shields.io/badge/Build-Passing-brightgreen.svg)
11-
![Coverage](https://img.shields.io/badge/Coverage-80%25-c7ea46.svg)
11+
![Coverage](https://img.shields.io/badge/Coverage-87%25-c7ea46.svg)
1212
[![Contributions](https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg)](../CONTRIBUTING.md)
1313

1414
<i>mlflow.js</i> is an open-source npm library designed for JavaScript developers who want to integrate with MLflow, providing tools and functionalities for managing machine learning lifecycle.

mlflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# mlflow.js
44

5-
A JavaScript library for MLflow.
5+
A JavaScript library designed to provide seamless integration with MLflow's REST API. This package offers access to all the essential endpoints for both the MLflow Tracking Server and Model Registry, along with high-level abstraction workflows, enabling efficient management of machine learning experiments and model lifecycle.
66

77
# Install
88

mlflow/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"main": "lib/index.js",
1818
"types": "lib/index.d.ts",
1919
"files": [
20-
"lib"
20+
"lib/",
21+
"README.md",
22+
"LINCENSE"
2123
],
2224
"exports": {
2325
".": "./lib/index.js"

0 commit comments

Comments
 (0)