Skip to content

Commit

Permalink
This commit updates student-debt-calc to version 2.6.0, which fixes s…
Browse files Browse the repository at this point in the history
…ome odd

calculations errors (see student-debt-calc for details).
  • Loading branch information
mistergone committed Aug 9, 2016
1 parent 3f97e2b commit d40539b
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 30 deletions.
37 changes: 33 additions & 4 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@ patch:
'npm:minimatch:20160620':
- capital-framework > npmi > npm > glob > minimatch:
patched: '2016-06-29T16:28:08.447Z'
student-debt-calc > istanbul > fileset > minimatch:
patched: '2016-08-04T15:51:44.067Z'
glob-all > glob > minimatch:
patched: '2016-08-09T00:11:35.413Z'
- capital-framework > npmi > npm > init-package-json > glob > minimatch:
patched: '2016-06-29T16:28:08.447Z'
student-debt-calc > istanbul > fileset > glob > minimatch:
patched: '2016-08-04T15:51:44.067Z'
browser-sync > resp-modifier > minimatch:
patched: '2016-08-09T00:11:35.413Z'
- capital-framework > npmi > npm > read-package-json > glob > minimatch:
patched: '2016-06-29T16:28:08.447Z'
protractor > jasmine > glob > minimatch:
patched: '2016-08-09T00:11:35.413Z'
- capital-framework > npmi > npm > init-package-json > read-package-json > glob > minimatch:
patched: '2016-06-29T16:28:08.447Z'
jasmine > glob > minimatch:
patched: '2016-08-09T00:11:35.413Z'
- capital-framework > npmi > npm > read-installed > read-package-json > glob > minimatch:
patched: '2016-06-29T16:28:08.447Z'
- capital-framework > npmi > npm > minimatch:
Expand Down Expand Up @@ -96,12 +100,37 @@ patch:
patched: '2016-07-25T15:16:02.601Z'
- student-debt-calc > fileset > minimatch:
patched: '2016-07-25T15:16:02.601Z'
- student-debt-calc > istanbul > fileset > minimatch:
patched: '2016-08-04T15:51:44.067Z'
- student-debt-calc > istanbul > fileset > glob > minimatch:
patched: '2016-08-04T15:51:44.067Z'
'npm:tough-cookie:20160722':
- capital-framework > npmi > npm > npm-registry-client > request > tough-cookie:
patched: '2016-07-25T15:16:02.601Z'
browser-sync > chokidar > fsevents > node-pre-gyp > request > tough-cookie:
patched: '2016-08-09T00:11:35.413Z'
- capital-framework > npmi > npm > request > tough-cookie:
patched: '2016-07-25T15:16:02.601Z'
browser-sync > localtunnel > request > tough-cookie:
patched: '2016-08-09T00:11:35.413Z'
- capital-framework > npmi > npm > node-gyp > request > tough-cookie:
patched: '2016-07-25T15:16:02.601Z'
- student-debt-calc > request > tough-cookie:
patched: '2016-07-25T15:16:02.601Z'
'npm:negotiator:20160616':
- browser-sync > socket.io > engine.io > accepts > negotiator:
patched: '2016-08-09T00:11:35.413Z'
- browser-sync > serve-index > accepts > negotiator:
patched: '2016-08-09T00:11:35.413Z'
- accepts > negotiator:
patched: '2016-08-09T00:11:35.413Z'
'npm:request:20160119':
- browser-sync > localtunnel > request:
patched: '2016-08-09T00:11:35.413Z'
'npm:ws:20160624':
- browser-sync > socket.io > socket.io-client > engine.io-client > ws:
patched: '2016-08-09T00:11:35.413Z'
- protractor > selenium-webdriver > ws:
patched: '2016-08-09T00:11:35.413Z'
- browser-sync > socket.io > engine.io > ws:
patched: '2016-08-09T00:11:35.413Z'
39 changes: 15 additions & 24 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"require-dir": "0.3.0",
"snyk": "1.18.0",
"sticky-kit": "1.1.3",
"student-debt-calc": "2.5.11"
"student-debt-calc": "2.6.0"
},
"snyk": true
}
1 change: 0 additions & 1 deletion src/disclosures/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ var app = {
publish.financialData( 'totalCost', null );
}
financialView.updateViewWithURL( schoolValues, urlValues );

// initialize metric view
metricView.init();
financialView.updateView( getFinancial.values() );
Expand Down

0 comments on commit d40539b

Please sign in to comment.