Ok, so it DOES build

Still, it builds under linux, so i'm happy with it lol
This commit is contained in:
Chris Chrome 2021-09-23 07:58:32 -04:00
parent 15dd4631b4
commit 6b125b896e
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -27,7 +27,6 @@
}, },
"dependencies": { "dependencies": {
"@fosscord/util": "file:../util", "@fosscord/util": "file:../util",
"@yukikaze-bot/erlpack": "^1.0.1",
"ajv": "^8.5.0", "ajv": "^8.5.0",
"amqplib": "^0.8.0", "amqplib": "^0.8.0",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
@ -39,5 +38,8 @@
"typeorm": "^0.2.37", "typeorm": "^0.2.37",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"ws": "^7.4.2" "ws": "^7.4.2"
},
"optionalDependencies": {
"@yukikaze-bot/erlpack": "^1.0.1"
} }
} }