Commit 30a90050 authored by Kelvin Fichter's avatar Kelvin Fichter Committed by GitHub

Fix package json so the build actually works (#218)

parent 1a3f6d69
......@@ -6,7 +6,7 @@
"build/**/*.js",
"build/contracts/*",
"build/dumps/*json",
"build/artifacts/*json"
"build/artifacts/**/*.json"
],
"license": "MIT",
"scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment