AlexAltea / capstone.js

Capstone disassembler framework for JavaScript
https://alexaltea.github.io/capstone.js/
BSD 3-Clause "New" or "Revised" License
172 stars 28 forks source link

Fix error "cannot import module" for npm installations #21

Closed CypElf closed 2 years ago

CypElf commented 2 years ago

This fixes #19 by adding the capstone.min.js file as the project's entry point in the package.json.

CypElf commented 2 years ago

Any news on that?

AlexAltea commented 2 years ago

Apologies, I was AFK for few days. Thanks for the patch.