Skip to content

Commit

Permalink
Fix Deprecated Build Notation (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Mar 27, 2024
1 parent faee6d8 commit 2ab72a4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"name": "@duneanalytics/client-sdk",
"version": "0.1.0",
"version": "0.1.1",
"author": "Ben Smith <[email protected]>",
"description": "Node Client for Dune Analytics' officially supported API.",
"repository": "[email protected]:bh2smith/ts-dune-client.git",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"test": "ts-mocha 'tests/**/*.spec.ts' -r dotenv/config --timeout 10000",
Expand Down

0 comments on commit 2ab72a4

Please sign in to comment.