Skip to content

Commit

Permalink
Uppercase to Lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru Takagi authored and Satoru Takagi committed Dec 13, 2023
1 parent 7249064 commit e9cdb0a
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
- [@chirimen/grove-oled-display](https://www.jsdelivr.com/package/npm/@chirimen/grove-oled-display)
- [@chirimen/grove-touch](https://www.jsdelivr.com/package/npm/@chirimen/grove-touch)
- [@chirimen/htu21d](https://www.jsdelivr.com/package/npm/@chirimen/htu21d)
- [@chirimen/ICM20948](https://www.jsdelivr.com/package/npm/@chirimen/ICM20948)
- [@chirimen/icm20948](https://www.jsdelivr.com/package/npm/@chirimen/icm20948)
- [@chirimen/ina219](https://www.jsdelivr.com/package/npm/@chirimen/ina219)
- [@chirimen/LTR390](https://www.jsdelivr.com/package/npm/@chirimen/LTR390)
- [@chirimen/ltr390](https://www.jsdelivr.com/package/npm/@chirimen/ltr390)
- [@chirimen/mlx90614](https://www.jsdelivr.com/package/npm/@chirimen/mlx90614)
- [@chirimen/mpu6050](https://www.jsdelivr.com/package/npm/@chirimen/mpu6050)
- [@chirimen/mpu6500](https://www.jsdelivr.com/package/npm/@chirimen/mpu6500)
Expand All @@ -40,11 +40,11 @@
- [@chirimen/s11059](https://www.jsdelivr.com/package/npm/@chirimen/s11059)
- [@chirimen/scd40](https://www.jsdelivr.com/package/npm/@chirimen/scd40)
- [@chirimen/seesaw](https://www.jsdelivr.com/package/npm/@chirimen/seesaw)
- [@chirimen/SGP40](https://www.jsdelivr.com/package/npm/@chirimen/SGP40)
- [@chirimen/sgp40](https://www.jsdelivr.com/package/npm/@chirimen/sgp40)
- [@chirimen/sht30](https://www.jsdelivr.com/package/npm/@chirimen/sht30)
- [@chirimen/tca9548a](https://www.jsdelivr.com/package/npm/@chirimen/tca9548a)
- [@chirimen/tcs34725](https://www.jsdelivr.com/package/npm/@chirimen/tcs34725)
- [@chirimen/TSL2591](https://www.jsdelivr.com/package/npm/@chirimen/TSL2591)
- [@chirimen/tsl2591](https://www.jsdelivr.com/package/npm/@chirimen/tsl2591)
- [@chirimen/veml6070](https://www.jsdelivr.com/package/npm/@chirimen/veml6070)
- [@chirimen/vl53l0x](https://www.jsdelivr.com/package/npm/@chirimen/vl53l0x)
- [@chirimen/vl53l1x](https://www.jsdelivr.com/package/npm/@chirimen/vl53l1x)
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@chirimen/ICM20948",
"name": "@chirimen/icm20948",
"version": "1.0.0",
"description": "Driver for ICM20948 with WebI2C",
"main": "index.js",
"module": "ICM20948.js",
"module": "icm20948.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chirimen-oh/chirimen-drivers.git",
"directory": "packages/ICM20948"
"directory": "packages/icm20948"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
input: "ICM20948.js",
input: "icm20948.js",
output: {
file: "index.js",
format: "umd",
name: "ICM20948"
name: "icm20948"
}
};
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions packages/LTR390/package.json → packages/ltr390/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@chirimen/LTR390",
"name": "@chirimen/ltr390",
"version": "1.0.0",
"description": "Driver for LTR390 with WebI2C",
"main": "index.js",
"module": "LTR390.js",
"module": "ltr390.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chirimen-oh/chirimen-drivers.git",
"directory": "packages/LTR390"
"directory": "packages/ltr390"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
input: "LTR390.js",
input: "ltr390.js",
output: {
file: "index.js",
format: "umd",
name: "LTR390"
name: "ltr390"
}
};
File renamed without changes.
6 changes: 3 additions & 3 deletions packages/SGP40/package.json → packages/sgp40/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@chirimen/SGP40",
"name": "@chirimen/sgp40",
"version": "1.0.0",
"description": "Driver for SGP40 with WebI2C",
"main": "index.js",
"module": "SGP40.js",
"module": "sgp40.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chirimen-oh/chirimen-drivers.git",
"directory": "packages/SGP40"
"directory": "packages/sgp40"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
input: "SGP40.js",
input: "sgp40.js",
output: {
file: "index.js",
format: "umd",
name: "SGP40"
name: "sgp40"
}
};
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@chirimen/TSL2591",
"name": "@chirimen/tsl2591",
"version": "1.0.0",
"description": "Driver for TSL2591 with WebI2C",
"main": "index.js",
"module": "TSL2591.js",
"module": "tsl2591.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chirimen-oh/chirimen-drivers.git",
"directory": "packages/TSL2591"
"directory": "packages/tsl2591"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
input: "TSL2591.js",
input: "tsl2591.js",
output: {
file: "index.js",
format: "umd",
name: "TSL2591"
name: "tsl2591"
}
};
File renamed without changes.

0 comments on commit e9cdb0a

Please sign in to comment.