Merge pull request #1385 from nasa/example-roots-1384

[Roots] Update examples
This commit is contained in:
Pete Richards 2017-01-11 15:07:05 -08:00 committed by GitHub
commit d94e8b10d8
3 changed files with 11 additions and 1 deletions

View File

@ -33,6 +33,11 @@ define([
legacyRegistry.register("example/scratchpad", {
"extensions": {
"roots": [
{
"id": "scratch:root"
}
],
"models": [
{
"id": "scratch:root",
"model": {

View File

@ -35,6 +35,11 @@ define([
"description": "Example illustrating the addition of a static top-level hierarchy",
"extensions": {
"roots": [
{
"id": "exampleTaxonomy"
}
],
"models": [
{
"id": "exampleTaxonomy",
"model": {

View File

@ -40,7 +40,7 @@
"mkdirp": "^0.5.1",
"moment": "^2.11.1",
"node-bourbon": "^4.2.3",
"phantomjs-prebuilt": "2.1.11 || >2.1.12 <3.0.0",
"phantomjs-prebuilt": "2.1.11",
"requirejs": "2.1.x",
"split": "^1.0.0"
},