Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Mar 19, 2021
1 parent 49756e8 commit e5a690c
Show file tree
Hide file tree
Showing 4 changed files with 2,183 additions and 144 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 iCrawl
Copyright (c) 2020-2021 iCrawl
Copyright (c) 2013-2019 Mikko Rantanen

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
7 changes: 2 additions & 5 deletions lib/index.js
@@ -1,7 +1,4 @@
const { find } = require('@discordjs/node-pre-gyp');
const { resolve, join } = require('path');
const { resolve } = require('path');

const bindingPath = find(resolve(join(__dirname, '..', 'package.json')));
const binding = require(bindingPath);

module.exports = binding;
module.exports = require(find(resolve(__dirname, '..', 'package.json')));

0 comments on commit e5a690c

Please sign in to comment.