Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Commit

Permalink
fix(build): main file path incorrect in release
Browse files Browse the repository at this point in the history
Signed-off-by: andrew <andrew@textile.io>
  • Loading branch information
andrewxhill committed Apr 22, 2020
1 parent 9911719 commit cba222d
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
Expand Up @@ -2,8 +2,8 @@
"name": "@textile/threads-client",
"version": "0.0.0",
"description": "Textile's JS client for interacting with remote Threads.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"test:node": "mocha --exit --require ts-node/register --require source-map-support/register --recursive src/**/*.spec.ts",
Expand Down

0 comments on commit cba222d

Please sign in to comment.