Update json-rpc-peer to 0.10 (fixes #71, fixes #72 and maybe vatesfr/xo-web#297)

This commit is contained in:
Julien Fontanet 2015-06-26 20:23:42 +02:00
parent f29e867441
commit 16c49e965c
2 changed files with 3 additions and 4 deletions

View File

@ -47,8 +47,7 @@
"http-server-plus": "^0.5.1",
"human-format": "^0.3.0",
"js-yaml": "^3.2.7",
"json-rpc-peer": "^0.9.2",
"json-rpc-protocol": "^0.9.0",
"json-rpc-peer": "^0.10.0",
"julien-f-unzip": "^0.2.1",
"lodash.assign": "^3.0.0",
"lodash.bind": "^3.0.0",

View File

@ -1,4 +1,4 @@
import {JsonRpcError} from 'json-rpc-protocol'
import {JsonRpcError} from 'json-rpc-peer'
// ===================================================================
@ -9,7 +9,7 @@ export {
InvalidRequest,
JsonRpcError,
MethodNotFound
} from 'json-rpc-protocol'
} from 'json-rpc-peer'
// -------------------------------------------------------------------