Skip to content

Commit

Permalink
add griddle as a dependency for phetsims/energy-skate-park#31
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 26, 2019
1 parent c8abbcd commit 3e73357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/energy-skate-park-basics-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ require.config( {
DOT: '../../dot/js',
ENERGY_SKATE_PARK: '../../energy-skate-park/js',
ENERGY_SKATE_PARK_BASICS: '.',
GRIDDLE: '../../griddle/js',
JOIST: '../../joist/js',
KITE: '../../kite/js',
PHETCOMMON: '../../phetcommon/js',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"phet": {
"requirejsNamespace": "ENERGY_SKATE_PARK_BASICS",
"phetLibs": [
"energy-skate-park"
"energy-skate-park",
"griddle"
],
"preload": [
"../sherpa/lib/numeric-1.2.6.js"
Expand Down

0 comments on commit 3e73357

Please sign in to comment.