Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Merge branch '1.0.0' into 240-parameter_to_sendRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schwarz committed Aug 9, 2017
2 parents cc50a4b + 4bbce0e commit a4c7581
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
1 change: 0 additions & 1 deletion browsertest/config.json

This file was deleted.

26 changes: 26 additions & 0 deletions browsertest/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"peers": {
"mainnet": [
"node01.lisk.io",
"node02.lisk.io",
"node03.lisk.io",
"node04.lisk.io",
"node05.lisk.io",
"node06.lisk.io",
"node07.lisk.io",
"node08.lisk.io"
],
"testnet": [
"testnet.lisk.io"
]
},
"options": {
"testnet": false,
"ssl": false,
"randomPeer": true,
"node": null,
"port": null,
"nethash": null,
"bannedPeers": []
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lisk-js",
"version": "0.4.5",
"description": "JavaScript library for sending Lisk transactions from the client or server",
"main": "./dist/index.js",
"main": "./dist-node/index.js",
"scripts": {
"test": "nyc mocha test/**/*.js",
"test:watch": "chokidar \"./(src|test)/**/*.js\" -c \"mocha test/**/*.js\" --initial",
Expand Down

0 comments on commit a4c7581

Please sign in to comment.