Skip to content

Commit

Permalink
#33 removed unused vegas and vibe dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zelenkov committed Aug 21, 2015
1 parent 6fb4317 commit 2e6e83a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
8 changes: 0 additions & 8 deletions dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,5 @@
"sun": {
"sha": "5ae6c12634dc188f5b9ba8bc3aca76dcf96448c8",
"branch": "master"
},
"vegas": {
"sha": "5d1f054ececac34752bbd2edcf940a6fdfdcb017",
"branch": "master"
},
"vibe": {
"sha": "bad425472494babb88c260adbd718230d567ec3a",
"branch": "master"
}
}
2 changes: 0 additions & 2 deletions js/curve-fitting-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ require.config( {
SCENERY: '../../scenery/js',
SCENERY_PHET: '../../scenery-phet/js',
SUN: '../../sun/js',
VEGAS: '../../vegas/js',
VIBE: '../../vibe/js',

// this sim
CURVE_FITTING: '.'
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"phet": {
"requirejsNamespace": "CURVE_FITTING",
"simTitleStringKey": "CURVE_FITTING/curve-fitting.name",
"phetLibs": [
"vegas",
"vibe"
]
"phetLibs": []
}
}

0 comments on commit 2e6e83a

Please sign in to comment.