Skip to content

Commit b827ca1

Browse files
authored
Merge pull request #60 from HerringtonDarkholme/master
fix(typing): add types to package
2 parents 494c070 + 1c901f4 commit b827ca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"description": "RxJS bindings for Vue",
55
"main": "dist/vue-rx.js",
66
"files": [
7-
"dist"
7+
"dist",
8+
"types/*.d.ts"
89
],
10+
"typings": "types/index.d.ts",
911
"repository": {
1012
"type": "git",
1113
"url": "git+https://github.com/vuejs/vue-rx.git"

0 commit comments

Comments
 (0)