Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Mar 27, 2024
1 parent e6838a6 commit b404528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@duneanalytics/client-sdk",
"version": "0.1.2",
"version": "0.1.3",
"author": "Ben Smith <[email protected]>",
"description": "Node Client for Dune Analytics' officially supported API.",
"repository": "[email protected]:bh2smith/ts-dune-client.git",
"main": "index.js",
"types": "index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/**/*"],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit b404528

Please sign in to comment.