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