Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
This should have been release 5.0.0, but version 5.0.0 was published on
npm prematurely by a human mistake. This release requires a major bump,
as the underlying Acorn package has been bumped to ^7.0.0 with a
different default ECMAScript version.
  • Loading branch information
TimothyGu committed Mar 8, 2020
1 parent 43038ba commit 4e8b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acorn-globals",
"version": "4.3.4",
"version": "6.0.0",
"description": "Detect global variables in JavaScript using acorn",
"keywords": [
"ast",
Expand Down

0 comments on commit 4e8b85c

Please sign in to comment.