Skip to content

Commit

Permalink
fix(js-publish): make aptos cli package private (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati authored Jul 30, 2024
1 parent 4a2b8d4 commit 46c09db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target_chains/aptos/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@pythnetwork/aptos-cli",
"version": "1.0.0",
"description": "Utilities for managing the Pyth Target Chain contract on Aptos",
"private": true,
"main": "index.js",
"scripts": {
"cli": "ts-node src/cli.ts",
Expand Down

0 comments on commit 46c09db

Please sign in to comment.