Showing with 7 additions and 2 deletions.
  1. +6 −1 index.js
  2. +1 −1 package.json
@@ -12,7 +12,12 @@ var debug = require('debug')('dat')
module.exports = Dat

var DEFAULT_PORT = 3282
var DEFAULT_DISCOVERY = ['discovery.publicbits.org', 'discovery.publicbits.org:5300']
var DEFAULT_DISCOVERY = [
'discovery.publicbits.org',
'discovery.publicbits.org:5300',
'discovery2.publicbits.org:5300'
]

var DEFAULT_SIGNALHUB = 'https://signalhub.publicbits.org'
var DAT_DOMAIN = 'dat.local'

@@ -1,6 +1,6 @@
{
"name": "dat",
"version": "9.2.0",
"version": "9.3.0",
"description": "Share datasets on the Internet",
"keywords": [
"data package",