Skip to content

Commit

Permalink
tag v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed May 1, 2024
1 parent 4265770 commit e4f5977
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@duneanalytics/client-sdk",
"version": "0.1.4",
"version": "0.1.5",
"author": "Ben Smith <bh2smith@gmail.com>",
"description": "Node Client for Dune Analytics' officially supported API.",
"repository": "git@github.com:bh2smith/ts-dune-client.git",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"test": "ts-mocha 'tests/**/*.spec.ts' -r dotenv/config --timeout 10000",
Expand Down

0 comments on commit e4f5977

Please sign in to comment.