Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 06f7cfb

Browse files
Fix package json so the build actually works (#218)
1 parent 160bd93 commit 06f7cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build/**/*.js",
77
"build/contracts/*",
88
"build/dumps/*json",
9-
"build/artifacts/*json"
9+
"build/artifacts/**/*.json"
1010
],
1111
"license": "MIT",
1212
"scripts": {

0 commit comments

Comments
 (0)