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

Commit 875a20b

Browse files
fix(build): Export ipfsApi global in browser build
Closes #119
1 parent 375c80a commit 875a20b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/build.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ var $ = require('gulp-load-plugins')()
99
function getBrowserify () {
1010
return browserify({
1111
entries: ['./src/index.js'],
12-
debug: true
12+
debug: true,
13+
standalone: 'ipfsAPI'
1314
})
1415
.transform('brfs')
1516
.transform('babelify', {presets: ['es2015']})

0 commit comments

Comments
 (0)