Skip to content

Commit

Permalink
Removed .js declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMaginniss committed Jun 28, 2022
1 parent 9601f14 commit d5ae8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var differenceInYears = require('date-fns/differenceInYears')
const endOfMonarchy = new Date(1792, 8/*Sept*/, 22)
const startYear = 1791

var calInfo = require('./data/info.js')
var calInfo = require('./data/info')

/**
* Converts the Gregorian date to the French Republican Calendar Date.
Expand Down

0 comments on commit d5ae8c9

Please sign in to comment.