Skip to content

Commit

Permalink
Update links for npm package (#76)
Browse files Browse the repository at this point in the history
The update to the package.json file allows the npm package to link to
the repository and the homepage from the main npm page
https://www.npmjs.com/package/autoevals
  • Loading branch information
tara-nagar authored Jul 17, 2024
1 parent e19e43d commit 0f4f5bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Release notes can be found [here](https://www.braintrust.dev/docs/reference/release-notes).
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "autoevals",
"version": "0.0.0",
"description": "Universal library for evaluating AI models",
"repository": {
"type": "git",
"url": "git+https://github.com/braintrustdata/autoevals.git"
},
"homepage": "https://www.braintrust.dev/docs",
"main": "./jsdist/index.js",
"module": "./jsdist/index.mjs",
"types": "./jsdist/index.d.ts",
Expand Down

0 comments on commit 0f4f5bd

Please sign in to comment.