Skip to content

Commit

Permalink
fix files in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Oct 5, 2022
1 parent ea34ffb commit 4a83918
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,13 +1,13 @@
{
"name": "@cowprotocol/ts-dune-client",
"version": "0.0.0",
"version": "0.0.0-",
"author": "Ben Smith <[email protected]>",
"description": "Node Client for Dune Analytics' officially supported API.",
"repository": "[email protected]:cowprotocol/ts-dune-client.git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"/lib"
"lib"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 4a83918

Please sign in to comment.