discord-webhook-node
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "discord-webhook-node", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Allows for easy webhook sending through discord's webhook API", | ||
"main": "src/index.js", | ||
"main": "./src/index.js", | ||
"exports": "./src/index.mjs", | ||
"typings": "index.d.ts", | ||
@@ -7,0 +8,0 @@ "scripts": { |
@@ -5,8 +5,4 @@ const Webhook = require('./classes/webhook'); | ||
module.exports = { | ||
default: { | ||
Webhook, | ||
MessageBuilder | ||
}, | ||
Webhook, | ||
MessageBuilder | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19259
13
376