Skip to content

Commit 1a5707f

Browse files
committed
Add typings reference to package.json.
1 parent db81ada commit 1a5707f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"typings": "typings/index.d.ts",
2323
"files": [
2424
"lib",
25-
"src"
25+
"src",
26+
"typings"
2627
],
2728
"scripts": {
2829
"build": "babel src -d lib",

0 commit comments

Comments
 (0)