Skip to content

Commit dcbb453

Browse files
Harrison IfeanyichukwuHarrison Ifeanyichukwu
authored andcommitted
fix: make package public
1 parent f5e3c61 commit dcbb453

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
@@ -2,6 +2,9 @@
22
"name": "@teclone/handler",
33
"version": "0.0.0-development",
44
"description": "A module that sits independently between the controller and the model, performing request data validation, serialization and integrity checks",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"main": "lib/Handler",
69
"typings": "lib/Handler",
710
"scripts": {

0 commit comments

Comments
 (0)