mirror of
https://github.com/status-im/status-go.git
synced 2025-02-17 17:28:38 +00:00
This PR adds Fetch API and fixes #289 by using concurrency safe Otto VM wrapper wherever it's possible. This involves new package geth/jail/vm that is used by jail and by our forked ottoext/{fetch/timers/loop} packages. It also adds more tests that are supposed to be run with --race flag of go test.
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"scripts": {
|
|
"bundle": "webpack -v -d",
|
|
"watch": "webpack -v -w"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^5.8.25",
|
|
"babel-loader": "^5.3.2",
|
|
"babel-runtime": "^5.8.25",
|
|
"expose-loader": "^0.7.0",
|
|
"webpack": "^1.12.2"
|
|
}
|
|
}
|