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

Commit 18e8fe7

Browse files
committed
fix(gulp): package additional deps
1 parent f44c80b commit 18e8fe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ gulp.task('package', ['browserify'], function () {
2828
'devtoolsBackground.*',
2929
'inject.js',
3030
'manifest.json',
31-
'./node_modules/angular/angular.js'
31+
'./node_modules/angular/angular.js',
32+
'./node_modules/browserify-eep/out.js'
3233
], {base: '.'})
3334
.pipe(gulp.dest('./package'));
3435
});

0 commit comments

Comments
 (0)