Skip to content

Commit

Permalink
🎁 packaging typings
Browse files Browse the repository at this point in the history
  • Loading branch information
no2chem committed Mar 6, 2019
1 parent 6d4625a commit 50d7e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "evmc",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ethereum EVMC bindings for node.js",
"main": "dist/evmc.js",
"types": "dist/evmc.d.ts",
"scripts": {
"benchmark": "node -r ts-node/register src/evmc.bench.ts",
"test": "git submodule update --init --recursive; mkdir -p libbuild; cd libbuild;mkdir aleth; cd aleth; cmake ../../aleth -DALETH_INTERPRETER_SHARED=true -DTOOLS=false -DTESTS=false; cd libaleth-interpreter; cmake --build .; cd ..; cd ..;cd ..;mocha -r ts-node/register src/*.spec.ts --timeout 40000",
Expand Down

0 comments on commit 50d7e34

Please sign in to comment.