Skip to content

Commit

Permalink
test: strip trailing comma
Browse files Browse the repository at this point in the history
Standard is unhappy otherwise.

Credit: @othiym23
PR-URL: npm/npm#13089
  • Loading branch information
othiym23 committed Jun 18, 2016
1 parent 1b6ceca commit 83e2fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/bundled-transitive-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var fixture = new Tacks(
version: '1.0.0'
})
})
}),
})
})
)

Expand Down

0 comments on commit 83e2fed

Please sign in to comment.