Skip to content

Commit

Permalink
Merge pull request #18 from botsman/improve-release-package
Browse files Browse the repository at this point in the history
improve release package
  • Loading branch information
botsman authored Dec 4, 2021
2 parents daad977 + f389185 commit 6a3c6e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
build
.python-version
dump
hxasync.zip
.DS_Store
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"javascript"
],
"description": "This library provides a macros to add 'async' and 'await' keywords for Python and JavaScript and does nothing for other platoforms.",
"version": "1.1.1",
"version": "1.1.2",
"classPath": "src",
"releasenote": "Fix handling parenthesis",
"releasenote": "Remove development files",
"contributors": [
"botsman"
],
Expand Down
1 change: 1 addition & 0 deletions prepare_package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zip -r hxasync.zip src tests build_tests.hxml haxelib.json LICENSE README.md

0 comments on commit 6a3c6e1

Please sign in to comment.