Skip to content

Commit

Permalink
omit unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Spratt committed Sep 28, 2022
1 parent d9e7290 commit 7ccccd2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion bin/pubber
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/bash -e
#!/bin/bash -e

ROOT_DIR=$(realpath $(dirname $0)/..)

Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

1 change: 0 additions & 1 deletion pubber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ dependencies {
}
implementation 'joda-time:joda-time:2.10.10'
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
implementation 'com.bugsnag:bugsnag:3.6.3'
implementation('io.moquette:moquette-broker:0.15') {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
}
Expand Down

0 comments on commit 7ccccd2

Please sign in to comment.