Skip to content

Commit 6366042

Browse files
committed
Add publishConfig var in package.json
1 parent 9f6b618 commit 6366042

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"clean": "rimraf build",
1212
"buildfornpm": "npm run clean && truffle compile"
1313
},
14+
"publishConfig": {
15+
"access": "public"
16+
},
1417
"repository": {
1518
"type": "git",
1619
"url": "https://github.com/windingtree/LifToken"

0 commit comments

Comments
 (0)