Skip to content

Commit a178ac4

Browse files
committed
make package public
1 parent e14153a commit a178ac4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@windingtree/smart-contracts-libraries",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Libraries and utilities for smart contracts",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"scripts": {
69
"test": "echo \"Tests are skipped for now\""
710
},

0 commit comments

Comments
 (0)