mirror of
https://github.com/foomo/contentfultree.git
synced 2025-10-16 12:25:41 +00:00
fix: make package public
This commit is contained in:
parent
0abda2619c
commit
e4aa156a81
@ -4,7 +4,7 @@
|
|||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"author": "bestbytes",
|
"author": "bestbytes",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -f ./tsconfig.tsbuildinfo && rm -rvf dist",
|
"clean": "rm -f ./tsconfig.tsbuildinfo && rm -rvf dist",
|
||||||
"build": "yarn clean && tsc -b -v .",
|
"build": "yarn clean && tsc -b -v .",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user