Skip to content

Commit e5a690c

Browse files
committed
chore: upgrade deps
1 parent 49756e8 commit e5a690c

File tree

4 files changed

+2183
-144
lines changed

4 files changed

+2183
-144
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 iCrawl
3+
Copyright (c) 2020-2021 iCrawl
44
Copyright (c) 2013-2019 Mikko Rantanen
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

lib/index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
const { find } = require('@discordjs/node-pre-gyp');
2-
const { resolve, join } = require('path');
2+
const { resolve } = require('path');
33

4-
const bindingPath = find(resolve(join(__dirname, '..', 'package.json')));
5-
const binding = require(bindingPath);
6-
7-
module.exports = binding;
4+
module.exports = require(find(resolve(__dirname, '..', 'package.json')));

0 commit comments

Comments
 (0)