Skip to content

Commit

Permalink
Update pxt.json
Browse files Browse the repository at this point in the history
Fixed year bug
  • Loading branch information
keble6 authored Nov 11, 2020
1 parent 1d3a9b1 commit dd5d41d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "pxt-DS3231",
"description": "MakeCode extension for DS3231 RTC",
"description": "Extension for DS3231 RTC",
"version": "1.1.1",
"dependencies": {
"core": "*",
"radio": "*"
Expand All @@ -16,5 +17,5 @@
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
"preferredEditor": "tsprj"
}

0 comments on commit dd5d41d

Please sign in to comment.