Skip to content

Commit d94e8b1

Browse files
authored
Merge pull request nasa#1385 from nasa/example-roots-1384
[Roots] Update examples
2 parents 94319df + 41d0e95 commit d94e8b1

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

example/scratchpad/bundle.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ define([
3333
legacyRegistry.register("example/scratchpad", {
3434
"extensions": {
3535
"roots": [
36+
{
37+
"id": "scratch:root"
38+
}
39+
],
40+
"models": [
3641
{
3742
"id": "scratch:root",
3843
"model": {

example/taxonomy/bundle.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ define([
3535
"description": "Example illustrating the addition of a static top-level hierarchy",
3636
"extensions": {
3737
"roots": [
38+
{
39+
"id": "exampleTaxonomy"
40+
}
41+
],
42+
"models": [
3843
{
3944
"id": "exampleTaxonomy",
4045
"model": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"mkdirp": "^0.5.1",
4141
"moment": "^2.11.1",
4242
"node-bourbon": "^4.2.3",
43-
"phantomjs-prebuilt": "2.1.11 || >2.1.12 <3.0.0",
43+
"phantomjs-prebuilt": "2.1.11",
4444
"requirejs": "2.1.x",
4545
"split": "^1.0.0"
4646
},

0 commit comments

Comments
 (0)