mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
[global] update flow-typed, .env, and some dependencies.
This commit is contained in:
parent
50b5e334a3
commit
c3b510f0bb
18 changed files with 3471 additions and 396 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue