Skip to content

Commit 3dfa356

Browse files
committed
include only src in typings compilation
1 parent 67354e5 commit 3dfa356

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper-tooltip",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "React tooltip library built around react-popper",
55
"author": "Mohsin Ul Haq <[email protected]>",
66
"license": "MIT",

tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,5 @@
6565
},
6666
"include": [
6767
"src",
68-
"tests",
69-
"examples"
7068
]
7169
}

0 commit comments

Comments
 (0)