allow importing @smogon/sprite-root to get root

This commit is contained in:
Christopher Monsanto
2020-09-15 02:55:10 -04:00
parent 080cbaff39
commit 194da704ad
7 changed files with 34 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"@smogon/sprite-data": ""
"@smogon/sprite-data": "",
"@smogon/sprite-root": ""
},
"scripts": {
"build": "tsc --build tsconfig-workspace.json"