Skip to content

Commit

Permalink
Change path for postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 18, 2024
1 parent c38f68b commit 9b897a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/nodejs-sdk",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"generate:hub-api:wrapper": "cross-env CLIENT_TYPE=hub-api ts-node -P tsconfig.scripts.json scripts/generate-wrapper.ts",
"generate:wrapper": "yarn generate:api:wrapper && yarn generate:hub-api:wrapper",
"generate:all": "yarn generate && yarn generate:wrapper",
"postinstall": "node postinstall.js"
"postinstall": "node build/postinstall.js"
},
"author": "Neynar",
"license": "MIT",
Expand Down

0 comments on commit 9b897a2

Please sign in to comment.