Skip to content

Commit

Permalink
fix(merge): bad merge from me
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Aug 28, 2017
1 parent c004ed8 commit 359f498
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions formatPkg.js
Expand Up @@ -40,8 +40,6 @@ export default function formatPkg(pkg) {
const devDependencies = cleaned.devDependencies || {};
const concatenatedName = cleaned.name.replace(/[-/@_.]+/g, '');

const versions = getVersions(cleaned);

const tags = pkg['dist-tags'];

const rawPkg = {
Expand Down

0 comments on commit 359f498

Please sign in to comment.