Ver código fonte

[price_pusher] add shebang command (#1467)

Jayant Krishnamurthy 1 ano atrás
pai
commit
3f58a2a8b3

+ 1 - 1
apps/price_pusher/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/price-pusher",
-  "version": "6.6.0",
+  "version": "6.6.1",
   "description": "Pyth Price Pusher",
   "homepage": "https://pyth.network",
   "main": "lib/index.js",

+ 1 - 1
apps/price_pusher/src/index.ts

@@ -1,4 +1,4 @@
-// #!/usr/bin/env node
+#!/usr/bin/env node
 import yargs from "yargs";
 import { hideBin } from "yargs/helpers";
 import injective from "./injective/command";

+ 1 - 1
package-lock.json

@@ -57196,7 +57196,7 @@
     },
     "price_pusher": {
       "name": "@pythnetwork/price-pusher",
-      "version": "6.6.0",
+      "version": "6.6.1",
       "extraneous": true,
       "license": "Apache-2.0",
       "dependencies": {