[global] update flow-typed, .env, and some dependencies.

This commit is contained in:
41666 2019-04-14 12:51:12 -05:00
parent 50b5e334a3
commit c3b510f0bb
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
18 changed files with 3471 additions and 396 deletions

View file

@ -4,13 +4,16 @@
"version": "2.0.0",
"scripts": {
"postinstall": "yarn build",
"build": "babel --delete-dir-on-start -d lib ."
"build": "babel --delete-dir-on-start -d lib .",
"dev": "yarn build --watch"
},
"types": ".",
"main": "./lib/index.js",
"dependencies": {
"superagent":"^5.0.2"
"async-retry": "^1.2.3",
"superagent": "^5.0.2"
},
"devDependencies": {
"@babel/cli": "^7.4.3"
}
}
}