doc/main: fix dir in package.json

Another case of a missed ide to main directory.
This commit is contained in:
David Lechner
2021-08-30 12:20:44 -05:00
parent 2c4685f594
commit a8126f0bed
+1 -1
View File
@@ -5,7 +5,7 @@
"repository": {
"type": "git",
"url": "https://github.com/pybricks/pybricks-api",
"directory": "doc/ide"
"directory": "doc/main"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",