File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = function(config) {
1515
1616 // list of files / patterns to load in the browser
1717 files : [
18- 'node_modules/lodash/lodash .js' ,
18+ 'node_modules/lodash/index .js' ,
1919 'build/graphlib.core.js' ,
2020
2121 'node_modules/chai/chai.js' ,
Original file line number Diff line number Diff line change 99 " algorithms"
1010 ],
1111 "dependencies" : {
12- "lodash" : " ^2.4.1 "
12+ "lodash" : " ^3.10.0 "
1313 },
1414 "devDependencies" : {
1515 "benchmark" : " ^1.0.0" ,
1919 "jscs" : " ^1.7.3" ,
2020 "jshint" : " ^2.5.6" ,
2121 "jshint-stylish" : " ^1.0.0" ,
22- "karma" : " ^0.12.24 " ,
23- "karma-chrome-launcher" : " ^0.1.5 " ,
24- "karma-firefox-launcher" : " ^0.1.3 " ,
25- "karma-mocha" : " ^0.1.9 " ,
26- "karma-phantomjs-launcher" : " ^0.1.4 " ,
22+ "karma" : " ^0.12.37 " ,
23+ "karma-chrome-launcher" : " ^0.2.0 " ,
24+ "karma-firefox-launcher" : " ^0.1.6 " ,
25+ "karma-mocha" : " ^0.2.0 " ,
26+ "karma-phantomjs-launcher" : " ^0.2.0 " ,
2727 "karma-safari-launcher" : " ^0.1.1" ,
2828 "mocha" : " ^1.21.5" ,
29+ "phantomjs" : " ^1.9.17" ,
2930 "semver" : " ^4.1.0" ,
3031 "sprintf" : " ^0.1.4" ,
3132 "uglify-js" : " ^2.4.15"
3536 "url" : " https://github.com/cpettitt/graphlib.git"
3637 },
3738 "license" : " MIT"
38- }
39+ }
You can’t perform that action at this time.
0 commit comments