diff --git a/docs/extensions.md b/docs/extensions.md index a3e1eef7..b37bc2ed 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -398,6 +398,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Code Dojo Olney", "url":"/pkg/CoderDojoOlney/pxt-olney", "cardType": "package" +}, { + "name": "Inventura textbook", + "url":"/pkg/assirati/pxt-inventura", + "cardType": "package" }, { "name": "File System", "url":"/pkg/microsoft/pxt-filesystem", diff --git a/targetconfig.json b/targetconfig.json index 9135166c..7ac7a958 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -142,7 +142,8 @@ "makecode-extensions/LPS22", "makecode-extensions/LIS2DW12", "makecode-extensions/LIS2MDL", - "makecode-extensions/HTS221" + "makecode-extensions/HTS221", + "assirati/pxt-inventura" ], "preferredRepos": [ "Microsoft/pxt-neopixel",