Skip to content

Commit a20d03d

Browse files
novemberbornbcoe
authored andcommitted
fix: cleanup dependencies (#254)
1 parent 0838a0e commit a20d03d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"foreground-child": "^1.4.0",
7777
"glob": "^7.0.3",
7878
"istanbul": "^0.4.3",
79-
"lodash": "^4.12.0",
8079
"md5-hex": "^1.2.0",
8180
"micromatch": "^2.3.7",
8281
"mkdirp": "^0.5.0",
@@ -86,7 +85,6 @@
8685
"signal-exit": "^2.1.1",
8786
"source-map": "^0.5.3",
8887
"spawn-wrap": "^1.2.2",
89-
"strip-bom": "^3.0.0",
9088
"yargs": "^4.7.0"
9189
},
9290
"devDependencies": {
@@ -96,7 +94,7 @@
9694
"exists-sync": "0.0.3",
9795
"forking-tap": "^0.1.1",
9896
"is-windows": "^0.1.0",
99-
"lodash": "^4.6.1",
97+
"lodash": "^4.12.0",
10098
"newline-regex": "^0.2.1",
10199
"sanitize-filename": "^1.5.3",
102100
"sinon": "^1.15.3",
@@ -124,7 +122,6 @@
124122
"foreground-child",
125123
"glob",
126124
"istanbul",
127-
"lodash",
128125
"md5-hex",
129126
"micromatch",
130127
"mkdirp",
@@ -134,7 +131,6 @@
134131
"signal-exit",
135132
"source-map",
136133
"spawn-wrap",
137-
"strip-bom",
138134
"yargs"
139135
]
140-
}
136+
}

0 commit comments

Comments
 (0)