Skip to content

Commit f75fcfc

Browse files
committed
Set up package to be published
1 parent 3e20a51 commit f75fcfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/docs-md/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-md",
3+
"private": false,
34
"version": "0.1.0-beta1",
45
"type": "module",
56
"bin": {
@@ -15,7 +16,7 @@
1516
"type-check": "tsc --noEmit"
1617
},
1718
"author": "",
18-
"license": "ISC",
19+
"license": "UNLICENSED",
1920
"description": "",
2021
"devDependencies": {
2122
"@types/js-yaml": "^4.0.9",

0 commit comments

Comments
 (0)