Skip to content

Commit 4e5b304

Browse files
committed
include typings file
1 parent 6488ab2 commit 4e5b304

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.npmignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"typings": "typings/react-popper-tooltip.d.ts",
1313
"files": [
1414
"lib",
15-
"dist"
15+
"dist",
16+
"/typings/react-popper.d.ts"
1617
],
1718
"scripts": {
1819
"build": "npm run build:cjs && npm run build:esm && cp src/styles.css dist",

0 commit comments

Comments
 (0)