Skip to content

Commit 4b648b9

Browse files
jcobisncarbon
authored andcommitted
WIP
1 parent 2f5abb3 commit 4b648b9

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

.depalignrc.json

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
11
{
22
"ignore": {
3-
"chai": ["^4.1.2", "^4.2.0", "^4.3.4"],
4-
"sinon": ["^9.0.0", "^7.2.7", "^9.0.2", "^9.2.3", "^8.1.1"],
5-
"numeral": ["^1.5.6"],
6-
"babel-loader": ["^7.1.5"],
7-
"@babel/core": ["7.16.0"],
8-
"@babel/parser": ["7.16.0"],
9-
"js-yaml": ["^3.13.1"],
10-
"yargs": ["^4.8.1"]
3+
"chai": [
4+
"^4.1.2",
5+
"^4.2.0",
6+
"^4.3.4"
7+
],
8+
"sinon": [
9+
"^9.0.0",
10+
"^7.2.7",
11+
"^9.0.2",
12+
"^9.2.3",
13+
"^8.1.1"
14+
],
15+
"numeral": [
16+
"^1.5.6"
17+
],
18+
"babel-loader": [
19+
"^7.1.5"
20+
],
21+
"@babel/core": [
22+
"7.16.0"
23+
],
24+
"@babel/parser": [
25+
"7.16.0"
26+
],
27+
"js-yaml": [
28+
"^3.13.1"
29+
],
30+
"yargs": [
31+
"^4.8.1"
32+
]
1133
}
12-
}
34+
}

0 commit comments

Comments
 (0)