Skip to content

Commit 1628a29

Browse files
committedJul 17, 2023
WIP: schema
1 parent 208acf5 commit 1628a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lua/packspec/schema.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ end
3838

3939
return {
4040
title = "packspec",
41-
description = "A package specification for Neovim",
41+
description = "Package format for declaring decentralized, ad-hoc dependencies",
4242
type = 'object',
4343
additionalProperties = false,
4444
properties = {
4545
package = {
46-
description = "The name of the package",
46+
description = "Name of the package (optional)",
4747
type = "string",
4848
},
4949
version = {

0 commit comments

Comments
 (0)
Please sign in to comment.