Skip to content

Commit

Permalink
fix: cleanup dependencies (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn authored and bcoe committed May 11, 2016
1 parent 0838a0e commit a20d03d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"foreground-child": "^1.4.0",
"glob": "^7.0.3",
"istanbul": "^0.4.3",
"lodash": "^4.12.0",
"md5-hex": "^1.2.0",
"micromatch": "^2.3.7",
"mkdirp": "^0.5.0",
Expand All @@ -86,7 +85,6 @@
"signal-exit": "^2.1.1",
"source-map": "^0.5.3",
"spawn-wrap": "^1.2.2",
"strip-bom": "^3.0.0",
"yargs": "^4.7.0"
},
"devDependencies": {
Expand All @@ -96,7 +94,7 @@
"exists-sync": "0.0.3",
"forking-tap": "^0.1.1",
"is-windows": "^0.1.0",
"lodash": "^4.6.1",
"lodash": "^4.12.0",
"newline-regex": "^0.2.1",
"sanitize-filename": "^1.5.3",
"sinon": "^1.15.3",
Expand Down Expand Up @@ -124,7 +122,6 @@
"foreground-child",
"glob",
"istanbul",
"lodash",
"md5-hex",
"micromatch",
"mkdirp",
Expand All @@ -134,7 +131,6 @@
"signal-exit",
"source-map",
"spawn-wrap",
"strip-bom",
"yargs"
]
}
}

0 comments on commit a20d03d

Please sign in to comment.