fix: make package public

This commit is contained in:
Cristian Vidmar 2022-07-12 10:50:33 +02:00
parent 0abda2619c
commit e4aa156a81

View File

@ -4,7 +4,7 @@
"main": "dist/index.js",
"author": "bestbytes",
"license": "MIT",
"private": true,
"private": false,
"scripts": {
"clean": "rm -f ./tsconfig.tsbuildinfo && rm -rvf dist",
"build": "yarn clean && tsc -b -v .",