Skip to content

Commit

Permalink
change import style
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 22, 2024
1 parent 9ba3a78 commit fea704c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "@neynar/nodejs-sdk",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"require": "./build/index.js",
"import": "./build/index.js",
"types": "./build/index.d.ts"
},
"./api": "./build/api/index.js",
"./hub-api": "./build/hub-api/index.js",
"./*": "./build/*"
"./hub-api": "./build/hub-api/index.js"
},
"files": [
"build/**/*"
Expand Down

0 comments on commit fea704c

Please sign in to comment.