Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove date-fns #250

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/fromPgn.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 0 additions & 1 deletion lib/stringMsg.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down