Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
back2dos committed Apr 22, 2020
1 parent fd28764 commit 9062489
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "travix",
"license": "MIT",
"tags": [
"ci",
"travis",
"build",
"tool"
],
"classPath": "src",
"description": "Travis helper for Haxe",
"classPath": "src",
"dependencies": {
"tink_cli": ""
},
"url": "http://github.com/back2dos/travix/",
"contributors": [
"back2dos",
"kevinresol",
"ciscoheat"
],
"releasenote": "Use puppeteer to run js + many fixes",
"version": "0.13.1",
"url": "http://github.com/back2dos/travix/",
"postDownload": "haxe -cp src --run travix.PostDownload",
"dependencies": {
"tink_cli": ""
}
"version": "0.14.0",
"releasenote": "Better lix support. Don't download puppeteer if it's already there.",
"tags": [
"ci",
"travis",
"build",
"tool"
],
"license": "MIT"
}

0 comments on commit 9062489

Please sign in to comment.