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

Commit

Permalink
fix(pack): Fix missing .d.ts in the NPM package.
Browse files Browse the repository at this point in the history
  • Loading branch information
momocow committed Apr 21, 2019
1 parent e8727fe commit a6bf75b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"types": "./cq-websocket.d.ts",
"files": [
"src",
"dist/**/*.min.js"
"dist/**/*.min.js",
"cq-websocket.d.ts"
],
"scripts": {
"test": "nyc ava test/**/*.test.js",
Expand Down

0 comments on commit a6bf75b

Please sign in to comment.