Skip to content

Commit 41d7cf6

Browse files
committed
make typescript dep instead of devdep
1 parent 8efbfe6 commit 41d7cf6

File tree

10 files changed

+8
-13
lines changed

10 files changed

+8
-13
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ typings/
5555
.yarn-integrity
5656

5757
# dotenv environment variables file
58-
.env
58+
.env
59+
dist

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
worker: npm run prod:start
1+
worker: npm run start

dist/commands/help.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ function handleHelp(match, message) {
1616
message.channel.send(embed);
1717
}
1818
exports.default = handleHelp;
19-
//# sourceMappingURL=help.js.map

dist/commands/poll.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,3 @@ function handlePoll(match, message) {
8282
});
8383
}
8484
exports.default = handlePoll;
85-
//# sourceMappingURL=poll.js.map

dist/constants/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ const EMOJI_FOUR = "4%E2%83%A3";
2424
exports.EMOJI_FOUR = EMOJI_FOUR;
2525
const EMOJI_FIVE = "5%E2%83%A3";
2626
exports.EMOJI_FIVE = EMOJI_FIVE;
27-
//# sourceMappingURL=index.js.map

dist/events/handleNewMember.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ function handleNewMember(newUser) {
4040
});
4141
}
4242
exports.default = handleNewMember;
43-
//# sourceMappingURL=handleNewMember.js.map

dist/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ Canister.on("message", (message) => __awaiter(this, void 0, void 0, function* ()
3838
}
3939
}));
4040
Canister.login(process.env.BOT_TOKEN);
41-
//# sourceMappingURL=main.js.map

dist/utils/allowThumbsOnly.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ function allowThumbsOnly(reaction, user) {
1212
return reaction.emoji.name === constants_1.THUMBS_UP || reaction.emoji.name === constants_1.THUMBS_DOWN;
1313
}
1414
exports.default = allowThumbsOnly;
15-
//# sourceMappingURL=allowThumbsOnly.js.map

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"dependencies": {
2121
"discord.js": "^11.3.2",
22-
"nodemon": "^1.17.5"
22+
"dotenv": "^6.2.0",
23+
"nodemon": "^1.17.5",
24+
"typescript": "^3.3.3"
2325
},
2426
"devDependencies": {
2527
"@types/dotenv": "^6.1.0",
2628
"@types/node": "^11.9.4",
27-
"dotenv": "^6.0.0",
2829
"jest": "^24.1.0",
29-
"tslint": "^5.12.1",
30-
"typescript": "^3.3.3"
30+
"tslint": "^5.12.1"
3131
}
3232
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ dot-prop@^4.1.0:
899899
dependencies:
900900
is-obj "^1.0.0"
901901

902-
dotenv@^6.0.0:
902+
dotenv@^6.2.0:
903903
version "6.2.0"
904904
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
905905
integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy