mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fixed grunt builder
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = function (grunt) {
|
||||
files: [{
|
||||
expand: true,
|
||||
cwd: "src/",
|
||||
src: ["**.*"],
|
||||
src: ["/**/**.*"],
|
||||
dest: "lib/",
|
||||
ext: ".js"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user