added flowtype

This commit is contained in:
Aaike Van Roekeghem
2014-12-18 10:15:02 +07:00
parent 93e37d4fbe
commit 3670204b9c
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"main": "flowtype",
"shim": {
"flowtype": {
"deps": [
"jquery"
]
}
},
"registry": "jspm",
"dependencies": {
"jquery": "jquery@^2.1.2"
}
}