We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5511b3e commit 2e7b415Copy full SHA for 2e7b415
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@witnet/wrapped-wit",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"author": "Witnet Foundation <info@witnet.foundation>",
5
"description": "Wrapped/WIT Solidity contracts and CLI tools",
6
"license": "MIT",
@@ -15,8 +15,10 @@
15
"unwrapper": "src/bin/unwrapper.js"
16
},
17
"files": [
18
+ "addresses.json",
19
"artifacts",
20
"contracts",
21
+ "settings.json",
22
"src"
23
],
24
"scripts": {
0 commit comments