diff --git a/haxelib.json b/haxelib.json index 61bc269..463e1aa 100644 --- a/haxelib.json +++ b/haxelib.json @@ -2,7 +2,11 @@ "name": "haxeparser", "url": "https://github.com/Simn/haxeparser", "classPath": "src", + "license": "BSD", + "description": "A Haxe parser", + "version": "1.0.0", "contributors": ["Simn"], + "releasenote": "update", "dependencies": { "hxparse": "" }