blockstarter-wl
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -178,2 +178,5 @@ // Generated by LiveScript 1.5.0 | ||
apiKey = storage.apiKey, project = storage.project, baseUrl = storage.baseUrl, isBrowser = storage.isBrowser; | ||
if (isBrowser) { | ||
return cb("Please do not call it from browser"); | ||
} | ||
if (contributors.loading === true && isBrowser) { | ||
@@ -180,0 +183,0 @@ return cb("Already in process"); |
{ | ||
"uperversion": "0.0", | ||
"dependencies": { | ||
"superagent": "^3.6.0" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/blockstarter/white-label.git" | ||
}, | ||
"main": "blockstarter.js", | ||
"description": "Blockstarter white-label API for integration", | ||
"subversion": 35, | ||
"homepage": "https://github.com/blockstarter/white-label#readme", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/blockstarter/white-label.git" | ||
"homepage": "https://github.com/blockstarter/white-label#readme", | ||
"subversion": 36, | ||
"description": "Blockstarter white-label API for integration", | ||
"main": "blockstarter.js", | ||
"bugs": { | ||
"url": "https://github.com/blockstarter/white-label/issues" | ||
}, | ||
"author": "Blockstarter Inc", | ||
"license": "ISC", | ||
"version": "0.0.36", | ||
"name": "blockstarter-wl", | ||
"keywords": [ | ||
@@ -22,8 +23,7 @@ "white-label", | ||
], | ||
"name": "blockstarter-wl", | ||
"version": "0.0.35", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/blockstarter/white-label/issues" | ||
"author": "Blockstarter Inc", | ||
"uperversion": "0.0", | ||
"dependencies": { | ||
"superagent": "^3.6.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
437
123836