File tree Expand file tree Collapse file tree 5 files changed +1587
-155
lines changed Expand file tree Collapse file tree 5 files changed +1587
-155
lines changed Original file line number Diff line number Diff line change 5
5
" !**/*nospec.js"
6
6
],
7
7
"helpers" : [
8
- " spec/helpers/**/*.js"
8
+ " ../ spec/helpers/**/*.js"
9
9
],
10
10
"stopSpecOnExpectationFailure" : false ,
11
11
"random" : false
Original file line number Diff line number Diff line change 2
2
"name" : " algorithms-4th-javascript" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Personal notes & JavaScript code for the book: Algorithms 4th edition by Robert Sedgewick and Kevin Wayne." ,
5
- "main" : " index.js" ,
6
5
"scripts" : {
6
+ "lint" : " standard \" src/**/*.js\" " ,
7
+ "lint:fix" : " yarn lint --fix" ,
8
+ "pretest" : " yarn lint" ,
7
9
"test" : " jasmine --config=jasmine.json"
8
10
},
9
11
"keywords" : [
16
18
"license" : " ISC" ,
17
19
"standard" : {
18
20
"globals" : [
19
- " jasmine" ,
20
- " spyOn" ,
21
- " describe" ,
22
- " it" ,
23
- " expect" ,
21
+ " TestCase" ,
22
+ " afterEach" ,
24
23
" beforeAll" ,
25
24
" beforeEach" ,
26
- " afterEach" ,
27
- " TestCase"
25
+ " describe" ,
26
+ " expect" ,
27
+ " it" ,
28
+ " jasmine" ,
29
+ " spyOn"
28
30
]
29
31
},
30
- "dependencies " : {
32
+ "devDependencies " : {
31
33
"d3" : " ^5.15.1" ,
32
- "jasmine" : " ^3.5.0" ,
33
- "jsdom" : " ^16.2.2" ,
34
- "mathjs" : " ^6.6.4"
34
+ "jasmine" : " ^3.6.3" ,
35
+ "jsdoc" : " ~3.6.6" ,
36
+ "jsdom" : " ^16.4.0" ,
37
+ "mathjs" : " ^8.0.1" ,
38
+ "standard" : " ^16.0.1"
35
39
}
36
40
}
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments