Skip to content

Commit 31b8dab

Browse files
committed
Initial commit
0 parents  commit 31b8dab

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "discord-message-components",
3+
"version": "0.0.0",
4+
"private": true,
5+
"workspaces": [
6+
"packages/*"
7+
],
8+
"author": "Sanctuary <[email protected]>",
9+
"license": "MIT"
10+
}

0 commit comments

Comments
 (0)