Add flux types as a dev dependency
This is not the right thing to do, since we don't directly use Flux at this layer, but for the moment we need it to get distribution builds working.
This commit is contained in:
parent
e37680b6c1
commit
f8dad68958
3 changed files with 16 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
"jsx": "react",
|
||||
"types": [
|
||||
"node",
|
||||
"react"
|
||||
"react",
|
||||
"flux"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue