Skip to content

Commit

Permalink
Fix for different file systems
Browse files Browse the repository at this point in the history
  • Loading branch information
lprhodes committed Mar 14, 2018
1 parent 149dc91 commit 473f81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-broadlink-rm",
"version": "3.1.0",
"version": "3.1.1",
"description": "Broadlink RM plugin (including the mini and pro) for homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/fakeServiceManager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const assert = require('assert')
const { ServiceManager } = require('../../helpers/ServiceManager')
const { ServiceManager } = require('../../helpers/serviceManager')

class FakeServiceManager extends ServiceManager {

Expand Down

0 comments on commit 473f81e

Please sign in to comment.