Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
filt3rek committed May 4, 2021
1 parent 5214bef commit 205ac8d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Template.hx → ftk/format/Template.hx
Original file line number Diff line number Diff line change
Expand Up @@ -427,4 +427,4 @@ class Template {

#end

}
}
13 changes: 13 additions & 0 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name" : "hscript_template",
"url" : "https://github.com/filt3rek/hscript-template",
"license" : "MIT",
"tags" : ["hscript", "cross", "template"],
"description" : "Little run-time and compile-time template system based on hscript",
"version" : "1.0.0",
"releasenote" : "Initial release, everything is working correctly.",
"contributors" : ["filt3rek"],
"dependencies" : {
"hscript": ""
}
}

0 comments on commit 205ac8d

Please sign in to comment.