Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jul 28, 2022
1 parent 85eb742 commit a28c366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chompfile.toml
@@ -1,5 +1,5 @@
version = 0.1
default-task = "test"
default-task = 'build'

extensions = ['chomp@0.1:npm', 'chomp@0.1:footprint', 'chomp@0.1:terser']

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "es-module-lexer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lexes ES modules returning their import/export metadata",
"main": "dist/lexer.cjs",
"module": "dist/lexer.js",
Expand Down

0 comments on commit a28c366

Please sign in to comment.