Skip to content

Commit 90a3fa7

Browse files
committed
Remove legacy package.json info.
1 parent 69b8fc0 commit 90a3fa7

File tree

3 files changed

+18
-28
lines changed

3 files changed

+18
-28
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"manifest_version": 1,
2626
"name": "Example Extension",
2727
"short_name": "Example",
28-
"version": "0.2.0",
28+
"version": "0.2.1",
2929
"web_accessible_resources": [
3030
"css/*.css",
3131
"images/*.svg",

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "example-extension",
3-
"display_name": "Example Extension",
4-
"version": "0.2.0",
3+
"version": "0.2.1",
54
"description": "Example extension add-on for Mozilla WebThings Gateway",
65
"author": "Mozilla IoT",
76
"main": "index.js",
@@ -10,7 +9,7 @@
109
},
1110
"keywords": [
1211
"mozilla",
13-
"iot",
12+
"webthings",
1413
"extension",
1514
"example"
1615
],
@@ -25,7 +24,7 @@
2524
},
2625
"devDependencies": {
2726
"babel-eslint": "^10.1.0",
28-
"eslint": "^7.4.0"
27+
"eslint": "^7.5.0"
2928
},
3029
"files": [
3130
"LICENSE",
@@ -38,14 +37,5 @@
3837
"js/extension.js",
3938
"manifest.json",
4039
"views/content.html"
41-
],
42-
"moziot": {
43-
"api": {
44-
"min": 2,
45-
"max": 2
46-
},
47-
"type": "extension",
48-
"plugin": true,
49-
"exec": "{nodeLoader} {path}"
50-
}
40+
]
5141
}

0 commit comments

Comments
 (0)