Skip to content

Commit 2e7b415

Browse files
committed
fix: include addresses and settings in package dist
1 parent 5511b3e commit 2e7b415

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@witnet/wrapped-wit",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Witnet Foundation <info@witnet.foundation>",
55
"description": "Wrapped/WIT Solidity contracts and CLI tools",
66
"license": "MIT",
@@ -15,8 +15,10 @@
1515
"unwrapper": "src/bin/unwrapper.js"
1616
},
1717
"files": [
18+
"addresses.json",
1819
"artifacts",
1920
"contracts",
21+
"settings.json",
2022
"src"
2123
],
2224
"scripts": {

0 commit comments

Comments
 (0)