Skip to content

Commit e5b8b5d

Browse files
committed
Remove space from package name. Solves #48
1 parent 4c1d9e4 commit e5b8b5d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

make.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const checksum =
2121
console.warn(`checksum ${checksum}`);
2222

2323
platforms.unshift({
24-
name: "LGT8fx",
24+
name: "LGT8fx Boards",
2525
architecture: "avr",
2626
version: newVersion,
2727
category: "lgt8fx",

package_lgt8fx_index.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"packages": [
33
{
4-
"name": "LGT8fx Boards",
4+
"name": "lgt8fx",
55
"maintainer": "dbuezas",
6-
"websiteURL": "https://github.com/dbuezas/LGT8fx",
6+
"websiteURL": "https://github.com/dbuezas/lgt8fx",
77
"help": {
8-
"online": "https://github.com/dbuezas/LGT8fx"
8+
"online": "https://github.com/dbuezas/lgt8fx"
99
},
1010
"platforms": [
1111
{
12-
"name": "LGT8fx",
12+
"name": "LGT8fx Boards",
1313
"architecture": "avr",
1414
"version": "1.0.7",
1515
"category": "lgt8fx",
@@ -18,7 +18,7 @@
1818
"checksum": "SHA-256:e69c27206c57d0d182e8506161cdf77eeb65be1854a794c4b63fe74b23ae09ce",
1919
"size": "629338",
2020
"help": {
21-
"online": "https://github.com/dbuezas/LGT8fx/issues"
21+
"online": "https://github.com/dbuezas/lgt8fx/issues"
2222
},
2323
"boards": [
2424
{
@@ -48,7 +48,7 @@
4848
"checksum": "SHA-256:e7384539898243cb013182b37780205330d61fa8c5276f512422b84b2a2f23bd",
4949
"size": "615499",
5050
"help": {
51-
"online": "https://github.com/dbuezas/LGT8fx/issues"
51+
"online": "https://github.com/dbuezas/lgt8fx/issues"
5252
},
5353
"boards": [
5454
{
@@ -84,7 +84,7 @@
8484
"checksum": "SHA-256:6bde3060b7a9102eed89c32a163bd99db4129231ed7847a6245b2fa44433fff5",
8585
"size": "598269",
8686
"help": {
87-
"online": "https://github.com/dbuezas/LGT8fx/issues"
87+
"online": "https://github.com/dbuezas/lgt8fx/issues"
8888
},
8989
"boards": [
9090
{
@@ -117,7 +117,7 @@
117117
"checksum": "SHA-256:d940a66f95e5f1c22dc2ac5e30a01e8af5b04577e8e9b07cdbf1d7374139db33",
118118
"size": "599016",
119119
"help": {
120-
"online": "https://github.com/dbuezas/LGT8fx/issues"
120+
"online": "https://github.com/dbuezas/lgt8fx/issues"
121121
},
122122
"boards": [
123123
{
@@ -150,7 +150,7 @@
150150
"checksum": "SHA-256:59b4890596a987410e5b5aabf18ce5cdb032f7acf1258f2634dc000a94729f21",
151151
"size": "597452",
152152
"help": {
153-
"online": "https://github.com/dbuezas/LGT8fx/issues"
153+
"online": "https://github.com/dbuezas/lgt8fx/issues"
154154
},
155155
"boards": [
156156
{
@@ -180,7 +180,7 @@
180180
"checksum": "SHA-256:01aa986432317baeb3325acf0eeb3e3ad60382d06f9ff699d8b388c1ad02467d",
181181
"size": "591621",
182182
"help": {
183-
"online": "https://github.com/dbuezas/LGT8fx/issues"
183+
"online": "https://github.com/dbuezas/lgt8fx/issues"
184184
},
185185
"boards": [
186186
{
@@ -210,7 +210,7 @@
210210
"checksum": "SHA-256:59cd6e6d2a9284d9bb625795b5cad4d6fcb91fe63126c3876cc42ea620832413",
211211
"size": "588364",
212212
"help": {
213-
"online": "https://github.com/dbuezas/LGT8fx/issues"
213+
"online": "https://github.com/dbuezas/lgt8fx/issues"
214214
},
215215
"boards": [
216216
{
@@ -240,7 +240,7 @@
240240
"checksum": "SHA-256:c0645f7bf8a2b8169cbb5ed70195fe703db9f63890b880c337630f3c2b3a916f",
241241
"size": "586752",
242242
"help": {
243-
"online": "https://github.com/dbuezas/LGT8fx/issues"
243+
"online": "https://github.com/dbuezas/lgt8fx/issues"
244244
},
245245
"boards": [
246246
{
@@ -264,4 +264,4 @@
264264
"tools": []
265265
}
266266
]
267-
}
267+
}

0 commit comments

Comments
 (0)