File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ You can use the basic structre of a thing and define the attributes like this:
126
126
> ** Note** That the ` "definition": "org.eclipse.vorto:Topology:1.0.0" ` is the most important part since it defines this element as the root.
127
127
<br />
128
128
129
- In order to add containers that hold entities, simply create another meta-model that holds similar content to the root (e.g. empyt features etc.).
129
+ In order to add containers that hold entities, simply create another meta-model that holds similar content to the root (e.g. empty features etc.).
130
130
Make sure to define the ` references ` and ` referencedBy ` fields in the attributes in order to tell the dashboard the structure.
131
131
132
132
``` json
@@ -195,4 +195,4 @@ npm version x.y.z
195
195
git tag x. y. z
196
196
# push the tag
197
197
git push -- tags
198
- ```
198
+ ```
Original file line number Diff line number Diff line change 46
46
"request" : " ^2.88.0" ,
47
47
"request-promise-native" : " ^1.0.7" ,
48
48
"reselect" : " ^4.0.0" ,
49
+ "typescript" : " ^4.2.3" ,
49
50
"yarn" : " ^1.17.3"
50
51
},
51
52
"devDependencies" : {
52
- "node- sass" : " 4.6.1 " ,
53
+ "sass" : " ^1.32.8 " ,
53
54
"node-sass-chokidar" : " ^1.3.5" ,
54
55
"npm-run-all" : " 4.1.2" ,
55
56
"react-scripts" : " ^3.1.1"
You can’t perform that action at this time.
0 commit comments