Skip to content

Commit c07b9e3

Browse files
committedMay 28, 2018
UPDATE DEPS
·
v1.0.01.0.0
1 parent 6a0cddf commit c07b9e3

File tree

2 files changed

+1018
-4057
lines changed

2 files changed

+1018
-4057
lines changed
 

‎package-lock.json

Lines changed: 1013 additions & 4045 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
{
2-
"name": "algo",
2+
"name": "algorithms.js",
33
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
4+
"description": "Algorithms in JS",
5+
"main": "./lib/data-structures/graphs/graph.js",
66
"dependencies": {
7-
"lodash": "4.17.2"
7+
"lodash": "4.17.10"
88
},
99
"devDependencies": {
10-
"chai": "3.5.0",
11-
"jasmine": "2.5.2",
12-
"jasmine-spec-reporter": "2.7.0",
13-
"jest": "22.4.3",
14-
"karma": "1.3.0",
15-
"karma-chrome-launcher": "2.0.0",
16-
"karma-mocha": "1.3.0",
17-
"mocha": "3.2.0"
10+
"jest": "23.0.1"
1811
},
1912
"scripts": {
2013
"test": "jest lib/data-structures # jest # mocha src/**/*spec.js # jasmine JASMINE_CONFIG_PATH=jasmine.json # node jasmine-runner.js",

0 commit comments

Comments
 (0)
Please sign in to comment.