diff --git a/package.json b/package.json index 1a8cecc..3917392 100755 --- a/package.json +++ b/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", @@ -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",