Skip to content

Commit

Permalink
Remove stray require that broke binary build. (project-chip#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic authored Jun 25, 2022
1 parent a0af57a commit f0de62e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "commonjs",
"name": "zap",
"version": "2022.6.24",
"version": "2022.6.25",
"description": "Configuration tool for the Zigbee Cluster Library",
"productName": "zap",
"cordovaId": "",
Expand Down
1 change: 0 additions & 1 deletion src-electron/util/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const dbEnum = require('../../src-shared/db-enum.js')
const { v4: uuidv4 } = require('uuid')
const xml2js = require('xml2js')
const singleInstance = require('single-instance')
const { reject } = require('underscore')

/**
* Returns the CRC of the data that is passed.
Expand Down

0 comments on commit f0de62e

Please sign in to comment.