File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export class MyClass {
85
85
``` json
86
86
{
87
87
"@context" : [
88
- " https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5 .0.0/components/context.jsonld" ,
88
+ " https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^6 .0.0/components/context.jsonld" ,
89
89
" https://linkedsoftwaredependencies.org/bundles/npm/my-package/^2.0.0/components/context.jsonld"
90
90
],
91
91
"@id" : " urn:my-package:myInstance" ,
@@ -139,7 +139,7 @@ export class MyClass {
139
139
``` json
140
140
{
141
141
"@context" : [
142
- " https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5 .0.0/components/context.jsonld" ,
142
+ " https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^6 .0.0/components/context.jsonld" ,
143
143
{ "ex" : " http://example.org/" }
144
144
],
145
145
"@id" : " ex:MyPackage" ,
@@ -171,7 +171,7 @@ The constructor of `MyClass` takes a single `name` argument.
171
171
``` json
172
172
{
173
173
"@context" : [
174
- " https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5 .0.0/components/context.jsonld" ,
174
+ " https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^6 .0.0/components/context.jsonld" ,
175
175
{
176
176
"ex" : " http://example.org/" ,
177
177
"name" : " ex:MyPackage/MyClass#name"
You can’t perform that action at this time.
0 commit comments