wip embeds

This commit is contained in:
MapleLeaf
2021-12-16 10:10:47 -06:00
parent b7a3be73ee
commit 803252290d
8 changed files with 88 additions and 18 deletions

View File

@@ -33,7 +33,6 @@
},
"devDependencies": {
"@itsmapleleaf/configs": "^1.1.0",
"@types/scheduler": "^0.16.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"ava": "^4.0.0-rc.1",
@@ -54,7 +53,6 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"react": "^17.0.2",
"scheduler": "^0.20.2",
"tsup": "^5.10.3",
"typescript": "^4.5.2"
},
@@ -74,7 +72,9 @@
"--experimental-specifier-resolution=node",
"--no-warnings"
],
"files": "{src,test,integration}/**/*.test.{ts,tsx}",
"files": [
"{src,test,integration}/**/*.test.{ts,tsx}"
],
"serial": true
}
}