Browse Source

change package name

main
John Robinson 3 years ago
parent
commit
16a0c39090
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      .piopm
  2. +2
    -2
      package.json

+ 3
- 3
.piopm View File

@@ -1,11 +1,11 @@
{
"type": "tool",
"name": "framework-arduinoteensy-cxx17",
"name": "framework-arduinoteensy-cxx20",
"version": "0.1.0",
"spec": {
"owner": "skepto",
"owner": "visus",
"id": 99999,
"name": "framework-arduinoteensy-cxx17",
"name": "framework-arduinoteensy-cxx20",
"requirements": null,
"url": null
}

+ 2
- 2
package.json View File

@@ -1,7 +1,7 @@
{
"name": "framework-arduinoteensy-cxx17",
"name": "framework-arduinoteensy-cxx20",
"version": "0.1.0",
"description": "Arduino Wiring-based Framework for Teensy boards w/ C++17 support",
"description": "Arduino Wiring-based Framework for Teensy boards w/ C++20 support",
"keywords": [
"framework",
"arduino",

Loading…
Cancel
Save