Skip to content

Commit 46c09db

Browse files
authored
fix(js-publish): make aptos cli package private (#1807)
1 parent 4a2b8d4 commit 46c09db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

target_chains/aptos/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@pythnetwork/aptos-cli",
33
"version": "1.0.0",
44
"description": "Utilities for managing the Pyth Target Chain contract on Aptos",
5+
"private": true,
56
"main": "index.js",
67
"scripts": {
78
"cli": "ts-node src/cli.ts",

0 commit comments

Comments
 (0)