Skip to content

Commit

Permalink
chore: update package.json to point to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson-nomic committed Feb 4, 2025
1 parent 62bd503 commit 8adf062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"bin": {
"atlas-observer": "dist/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nomic-ai/atlas-observer-js.git"
},
"scripts": {
"build": "npm run clean && tsc && chmod +x dist/cli.js",
"clean": "rm -rf dist",
Expand Down

0 comments on commit 8adf062

Please sign in to comment.