Update package.json
This commit is contained in:
12
package.json
12
package.json
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"urls": [
|
||||
["identity_iot.py", "github:wide/identity-micropython/identity_iot.py"],
|
||||
["identity_iot_ed25519.py", "github:wide/identity-micropython/identity_iot_ed25519.py"],
|
||||
["identity_iot_aes.py", "github:wide/identity-micropython/identity_iot_aes.py"]
|
||||
["identity_iot.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/identity_iot.py"],
|
||||
["identity_iot_ed25519.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/identity_iot_ed25519.py"],
|
||||
["identity_iot_aes.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/identity_iot_aes.py"],
|
||||
["sha512.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/sha512.py"]
|
||||
],
|
||||
"deps": [
|
||||
["ssd1306", "latest"]
|
||||
],
|
||||
"version": "0.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user