Skip to content

Commit

Permalink
chore: migrate to const
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Feb 18, 2024
1 parent 6c1dd45 commit efc51b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/post-install.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var validator = require('./validator');
const validator = require('./validator');

var fs = require('fs');
const fs = require('fs');

try {
fs.unlinkSync(__dirname + '/../support/XMLValidator.class');
Expand Down
Empty file added tsconfig.json
Empty file.

0 comments on commit efc51b2

Please sign in to comment.