Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdhk committed Sep 27, 2016
1 parent ad20627 commit 5708253
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ gulp.task('build:release', function () {
gulp.task('build', function () {
var integrations = require('./release/integrations')

integrations['opbeat-angular.e2e'] = {
version: integrations['opbeat-angular'].version,
entry: './test/e2e/angular/opbeat-angular.e2e.js'
}

var tasks = Object.keys(integrations).map(function (key) {
var entry = integrations[key].entry
var version = integrations[key].version
Expand Down
15 changes: 0 additions & 15 deletions src/transaction/notifier.js

This file was deleted.

0 comments on commit 5708253

Please sign in to comment.