Skip to content

Commit

Permalink
Include artifacts in package
Browse files Browse the repository at this point in the history
  • Loading branch information
alsco77 committed Sep 1, 2020
1 parent 3491cef commit 4c30320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "@mstable/protocol",
"version": "1.1.3",
"version": "1.1.4",
"description": "mStable Contracts",
"author": "Stability Labs Pty. Ltd. <hello@stabilitylabs.co>",
"license": "AGPL-3.0-or-later",
"files": [
"/contracts/**/*.sol",
"!/contracts/z_mocks",
"/artifacts/*.json"
"/build/contracts/*.json"
],
"scripts": {
"migrate": "truffle migrate --network development --reset",
Expand Down

0 comments on commit 4c30320

Please sign in to comment.