Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Include typings when releasing the library #2

Merged
merged 2 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions index.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"build": "tsc",
"prepublish": "yarn build"
},
"browser": "index.js",
"browser": "./dist/index.js",
"license": "MIT",
"files": [
"./dist/index.js"
"dist/**/*"
],
"types": "./dist/index.d.ts",
"publishConfig": {
Expand Down