38d74a9ff0
This reverts commit b6716a3750
.
Not sure why, but this introduced a `/// <references />` comment in the
tldraw/tldraw api-report.md file that doesn't show up when you build
from brivate. Reverting for now.
### Change Type
- [x] `dependencies` — Changes to package dependencies[^1]
### Test Plan
-
### Release Notes
-
17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"name": "config",
|
|
"version": "2.0.0-alpha.8",
|
|
"main": "index.js",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"files": [
|
|
"eslint-preset.js"
|
|
],
|
|
"dependencies": {
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "7.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"lazyrepo": "0.0.0-alpha.27"
|
|
}
|
|
}
|