Skip to content

Commit

Permalink
Fix module import
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLuit committed Jan 8, 2019
1 parent 05b3715 commit ccb5941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "evm",
"version": "0.1.0",
"version": "0.1.1",
"description": "An ethereum virtual machine (EVM) bytecode decompiler",
"main": "lib/EVM_Utils.node.js",
"module": "lib/EVM_Utils.js",
"main": "lib/EVM.node.js",
"module": "lib/EVM.js",
"typings": "typings/src/index.d.ts",
"scripts": {
"tscheck": "tsc --noEmit --project tsconfig.json",
Expand Down

0 comments on commit ccb5941

Please sign in to comment.