Skip to content

Commit f86b67f

Browse files
committed
adding reference to debianw/view and debianw/viewport
1 parent 071657c commit f86b67f

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

example/client/buyer/component.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"name": "buyer",
33
"description": "Buyer",
44
"dependencies": {
5-
"component/domify": "*"
5+
"component/domify": "*",
6+
"debianw/view": "*",
7+
"debianw/viewport": "*"
68
},
79
"scripts": [
810
"index.js",
911
"template.js",
1012
"category.js",
1113
"category.tpl.js"
12-
],
13-
"local": [
14-
"view"
1514
]
1615
}

example/client/home/component.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"name": "home",
33
"description": "Home",
44
"dependencies": {
5-
"component/domify": "*"
5+
"component/domify": "*",
6+
"debianw/view": "*",
7+
"debianw/viewport": "*"
68
},
79
"scripts": [
810
"index.js",
911
"template.js"
10-
],
11-
"local": [
12-
"view"
1312
]
1413
}

example/client/map/component.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"name": "map",
33
"description": "Map",
44
"dependencies": {
5-
"component/domify": "*"
5+
"component/domify": "*",
6+
"debianw/view": "*",
7+
"debianw/viewport": "*"
68
},
79
"scripts": [
810
"index.js",
911
"template.js"
10-
],
11-
"local": [
12-
"view"
1312
]
1413
}

0 commit comments

Comments
 (0)