Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

fix(build): Export ipfsApi global in browser build #122

Merged
merged 1 commit into from
Nov 16, 2015

Conversation

dignifiedquire
Copy link
Contributor

Closes #119

@@ -9,7 +9,8 @@ var $ = require('gulp-load-plugins')()
function getBrowserify () {
return browserify({
entries: ['./src/index.js'],
debug: true
debug: true,
standalone: 'ipfsApi'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've been promising ipfsAPI, if there is a preference, can we have both?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uups, just a typo on my side, happy to do ipfsAPI

@daviddias
Copy link
Contributor

LGTM :)

dignifiedquire added a commit that referenced this pull request Nov 16, 2015
fix(build): Export ipfsApi global in browser build
@dignifiedquire dignifiedquire merged commit 539d7e9 into ipfs-inactive:master Nov 16, 2015
@dignifiedquire dignifiedquire deleted the fix-global branch November 16, 2015 22:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants