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

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

+ 2
- 2
package.json View File

{ {
"name": "framework-arduinoteensy-cxx17",
"name": "framework-arduinoteensy-cxx20",
"version": "0.1.0", "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": [ "keywords": [
"framework", "framework",
"arduino", "arduino",

Loading…
Cancel
Save