Skip to content

Commit

Permalink
add declaration files to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Apr 1, 2020
1 parent 6f233c2 commit 034abbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "module",
"files": [
"dist/*",
"auth.js",
"sync.js",
"awareness.js"
"auth.*",
"sync.*",
"awareness.*"
],
"scripts": {
"clean": "rm -rf dist *.d.ts */*.d.ts *.d.ts.map */*.d.ts.map",
Expand Down

0 comments on commit 034abbf

Please sign in to comment.