Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 10, 2023
1 parent 224531c commit d44ad4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,5 @@ yarn.lock
lib/lexer.emcc.js
src/lexer.js
types/lexer.d.ts
src/*.mem
src/*.mem
src/lexer.js.map
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "es-module-lexer",
"version": "1.2.1",
"version": "1.3.0",
"description": "Lexes ES modules returning their import/export metadata",
"main": "dist/lexer.cjs",
"module": "dist/lexer.js",
Expand Down

0 comments on commit d44ad4a

Please sign in to comment.