Skip to content

Commit

Permalink
Merge pull request dagrejs#79 from tylerlong/master
Browse files Browse the repository at this point in the history
Update all dependencies to latest stable version
  • Loading branch information
cpettitt authored Feb 12, 2018
2 parents 6d89445 + 800abd1 commit e78f47d
Show file tree
Hide file tree
Showing 4 changed files with 2,109 additions and 880 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MOCHA = ./node_modules/mocha/bin/_mocha
UGLIFY = ./node_modules/uglify-js/bin/uglifyjs

ISTANBUL_OPTS = --dir $(COVERAGE_DIR) --report html
JSHINT_OPTS = --reporter node_modules/jshint-stylish/stylish.js
JSHINT_OPTS = --reporter node_modules/jshint-stylish/index.js
MOCHA_OPTS = -R dot

BUILD_DIR = build
Expand Down
1 change: 1 addition & 0 deletions lib/alg/topsort.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ function topsort(g) {
}

function CycleException() {}
CycleException.prototype = new Error(); // must be an instance of Error to pass testing
Loading

0 comments on commit e78f47d

Please sign in to comment.