File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ define([
33
33
legacyRegistry . register ( "example/scratchpad" , {
34
34
"extensions" : {
35
35
"roots" : [
36
+ {
37
+ "id" : "scratch:root"
38
+ }
39
+ ] ,
40
+ "models" : [
36
41
{
37
42
"id" : "scratch:root" ,
38
43
"model" : {
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ define([
35
35
"description" : "Example illustrating the addition of a static top-level hierarchy" ,
36
36
"extensions" : {
37
37
"roots" : [
38
+ {
39
+ "id" : "exampleTaxonomy"
40
+ }
41
+ ] ,
42
+ "models" : [
38
43
{
39
44
"id" : "exampleTaxonomy" ,
40
45
"model" : {
Original file line number Diff line number Diff line change 40
40
"mkdirp" : " ^0.5.1" ,
41
41
"moment" : " ^2.11.1" ,
42
42
"node-bourbon" : " ^4.2.3" ,
43
- "phantomjs-prebuilt" : " 2.1.11 || >2.1.12 <3.0.0 " ,
43
+ "phantomjs-prebuilt" : " 2.1.11" ,
44
44
"requirejs" : " 2.1.x" ,
45
45
"split" : " ^1.0.0"
46
46
},
You can’t perform that action at this time.
0 commit comments