This commit is contained in:
Noah Santschi-Cooney 2021-02-12 00:53:46 +00:00
parent 35b8667229
commit 3dfaed7371
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
6 changed files with 15 additions and 10 deletions

View file

@ -1,7 +1,8 @@
{
"name": "vscode-mc-shader-client",
"scripts": {
"compile": "tsc -p ./"
"compile": "tsc -p ./",
"rollup": "rollup -c"
},
"dependencies": {
"adm-zip": "^0.4.14",