Skip to content

Commit

Permalink
0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 4, 2022
1 parent 057b19f commit 2c17934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "es-module-lexer",
"version": "0.10.4",
"version": "0.10.5",
"description": "Lexes ES modules returning their import/export metadata",
"main": "dist/lexer.cjs",
"module": "dist/lexer.js",
Expand All @@ -14,8 +14,8 @@
"./js": "./dist/lexer.asm.js"
},
"scripts": {
"build": "cargo install chompbuild ; chomp build",
"test": "cargo install chompbuild ; chomp test"
"build": "npm install -g chomp ; chomp build",
"test": "npm install -g chomp ; chomp test"
},
"author": "Guy Bedford",
"license": "MIT",
Expand Down

0 comments on commit 2c17934

Please sign in to comment.