mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
Merge pull request #196 from ascribe/fix/getstarted
Point get started tool against test.ipdb.io
This commit is contained in:
commit
4a5d8ef7c6
@ -3,8 +3,8 @@
|
||||
//=include bigchain/tab.js
|
||||
//=include bigchain/newsletter.js
|
||||
|
||||
const bigchaindbUrl = 'https://test.bigchaindb.com'
|
||||
const proxyUrl = 'https://getstarted.bigchaindb.com:4443'
|
||||
const bigchaindbUrl = 'https://test.ipdb.io'
|
||||
const proxyUrl = 'https://getstarted.ipdb.io:4443'
|
||||
const apiPath = '/api/v1/'
|
||||
|
||||
jQuery(function($) {
|
||||
|
@ -25,7 +25,7 @@
|
||||
"ie >= 10"
|
||||
],
|
||||
"dependencies": {
|
||||
"bigchaindb-driver": "^0.3.0",
|
||||
"bigchaindb-driver": "^3.2.0",
|
||||
"gumshoe": "github:cferdinandi/gumshoe",
|
||||
"is-in-viewport": "^3.0.0",
|
||||
"jquery": "^3.2.1",
|
||||
@ -43,7 +43,7 @@
|
||||
"acorn": "^5.3.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"browser-sync": "^2.23.2",
|
||||
"browser-sync": "^2.23.3",
|
||||
"concurrent-transform": "^1.0.0",
|
||||
"critical": "^1.1.0",
|
||||
"cross-spawn": "^5.1.0",
|
||||
@ -76,7 +76,7 @@
|
||||
"stylelint": "^8.4.0",
|
||||
"stylelint-config-bigchaindb": "^1.2.0",
|
||||
"stylelint-config-standard": "^18.0.0",
|
||||
"uglify-es": "^3.3.4"
|
||||
"uglify-es": "^3.3.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=7.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user