Skip to content

Commit d8dc204

Browse files
authored
Merge pull request #187 from Leixb/main
fix: include documentation on rockspec
2 parents 3bb920f + 8f0232b commit d8dc204

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local MAJOR, REV = "0.1", "-2"
1+
local MAJOR, REV = "scm", "-3"
22
rockspec_format = "3.0"
33
package = "rest.nvim"
44
version = MAJOR .. REV
@@ -32,6 +32,7 @@ end
3232
build = {
3333
type = "builtin",
3434
copy_directories = {
35+
'doc',
3536
'plugin'
3637
}
3738
}

0 commit comments

Comments
 (0)