Skip to content

Commit

Permalink
fix: gitignore, no author
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 8, 2024
1 parent edc45d8 commit c77c42d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.out
7 changes: 2 additions & 5 deletions src/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ local githubUser = "chrisvander"

package {
name = "pkl-biome"
baseUri = "package://pkg.pkl-package.org/github.com/\(githubUser)/\(name)"
version = read("file:../version.txt").text
baseUri = "package://pkg.pkl-lang.org/github.com/\(githubUser)/\(name)"
version = read("file:version.txt").text
packageZipUrl = "https:/\(githubUser)/\(name)/releases/download/\(name)@\(version)/\(name)@\(version).zip"
authors {
"Christian van der Loo"
}
}

0 comments on commit c77c42d

Please sign in to comment.