diff --git a/lib/fromPgn.js b/lib/fromPgn.js index 6f05f9d..0392448 100644 --- a/lib/fromPgn.js +++ b/lib/fromPgn.js @@ -24,7 +24,6 @@ const BitStream = require('bit-buffer').BitStream const BitView = require('bit-buffer').BitView const Int64LE = require('int64-buffer').Int64LE const Uint64LE = require('int64-buffer').Uint64LE -const { parse: parseDate } = require('date-fns') const { getPGNFromCanId } = require('./utilities') const { getIndustryName, getManufacturerName } = require('./codes') diff --git a/lib/stringMsg.js b/lib/stringMsg.js index 0bfe4fe..c0da724 100644 --- a/lib/stringMsg.js +++ b/lib/stringMsg.js @@ -8,7 +8,6 @@ const { const { buildCanId, encodeCanIdString, parseCanId, parseCanIdStr, } = require('./canId') -const { parse: parseDate } = require('date-fns') /** * Helper function that helps merge canId fields with format, data, and others. diff --git a/package.json b/package.json index 80d0358..1c54490 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "dependencies": { "@canboat/pgns": "3.x.x", "bit-buffer": "0.2.3", - "date-fns": "2.0.0-alpha.27", "debug": "^4.3.4", "dnssd": "^0.4.1", "int64-buffer": "^0.1.10",