Added token-bridge as yarn workspace

This commit is contained in:
rzadp 2019-05-06 15:15:58 +02:00
parent 6bbdf68bc6
commit cb549aac86
4 changed files with 5489 additions and 2 deletions

16
package.json Normal file

@ -0,0 +1,16 @@
{
"name": "tokenbridge",
"version": "0.0.1",
"description": "Monorepository for token bridge",
"repository": "https://github.com/poanetwork/tokenbridge.git",
"author": "rzadp <przemek@ethworks.io>",
"license": "MIT",
"private": true,
"workspaces": [
"token-bridge"
],
"scripts": {
"lint": "yarn workspace token-bridge run lint",
"test": "yarn workspace token-bridge run test"
}
}

@ -2523,7 +2523,7 @@
"requires": {
"underscore": "1.8.3",
"web3-core-helpers": "1.0.0-beta.34",
"websocket": "git://github.com/frozeman/WebSocket-Node.git#browserifyCompatible"
"websocket": "git://github.com/frozeman/WebSocket-Node.git#6c72925e3f8aaaea8dc8450f97627e85263999f2"
},
"dependencies": {
"debug": {

@ -1,5 +1,5 @@
{
"name": "bridge-nodejs",
"name": "token-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",

5471
yarn.lock Normal file

File diff suppressed because it is too large Load Diff