We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2973aa commit 5563dafCopy full SHA for 5563daf
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "node-red-contrib-bme280",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Node for BME280/BMP280 sensors for SBCs gpios",
5
"scripts": {
6
"test": "echo \"Error: no test specified\" && exit 1"
7
},
8
- "repository":{
+ "repository": {
9
"type": "git",
10
"url": "https://github.com/ludiazv/node-red-contrib-bme280.git"
11
@@ -33,5 +33,4 @@
33
"dependencies": {
34
"bme280-sensor": "^0.1.6"
35
}
36
-
37
0 commit comments