Skip to content

Commit 44ca36b

Browse files
committed
Remove legacy package.json info.
1 parent a01d9fc commit 44ca36b

File tree

2 files changed

+3
-42
lines changed

2 files changed

+3
-42
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
}
4242
},
4343
"short_name": "Web Thing",
44-
"version": "0.4.7"
44+
"version": "0.4.8"
4545
}

package.json

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
22
"name": "thing-url-adapter",
3-
"display_name": "Web Thing",
4-
"version": "0.4.7",
3+
"version": "0.4.8",
54
"description": "Native web thing support",
65
"author": "Mozilla IoT",
76
"main": "index.js",
87
"scripts": {
98
"lint": "eslint ."
109
},
11-
"keywords": [
12-
"mozilla",
13-
"iot",
14-
"adapter",
15-
"wot"
16-
],
1710
"homepage": "https://github.com/mozilla-iot/thing-url-adapter",
1811
"license": "MPL-2.0",
1912
"repository": {
@@ -31,45 +24,13 @@
3124
"manifest.json",
3225
"thing-url-adapter.js"
3326
],
34-
"moziot": {
35-
"api": {
36-
"min": 2,
37-
"max": 2
38-
},
39-
"enabled": true,
40-
"plugin": true,
41-
"exec": "{nodeLoader} {path}",
42-
"config": {
43-
"urls": [],
44-
"pollInterval": 5
45-
},
46-
"schema": {
47-
"type": "object",
48-
"required": [
49-
"urls",
50-
"pollInterval"
51-
],
52-
"properties": {
53-
"urls": {
54-
"type": "array",
55-
"items": {
56-
"type": "string"
57-
}
58-
},
59-
"pollInterval": {
60-
"description": "The interval, in seconds, at which to poll property values.",
61-
"type": "number"
62-
}
63-
}
64-
}
65-
},
6627
"dependencies": {
6728
"dnssd": "^0.4.1",
6829
"node-fetch": "^2.6.0",
6930
"ws": "^7.3.1"
7031
},
7132
"devDependencies": {
7233
"babel-eslint": "^10.1.0",
73-
"eslint": "^7.4.0"
34+
"eslint": "^7.5.0"
7435
}
7536
}

0 commit comments

Comments
 (0)