Skip to content

Commit ad9e803

Browse files
author
Clauderic Demers
committed
Include types in npm package (#26)
1 parent e6c00be commit ad9e803

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
@@ -7,7 +7,8 @@
77
"jsnext:main": "build/react-tiny-virtual-list.es.js",
88
"types": "types/index.d.ts",
99
"files": [
10-
"build"
10+
"build",
11+
"types"
1112
],
1213
"scripts": {
1314
"build": "babel-node --presets es2015 ./config/build.js",

0 commit comments

Comments
 (0)