Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

Commit

Permalink
Update haxelib
Browse files Browse the repository at this point in the history
  • Loading branch information
nweedon committed Aug 3, 2015
1 parent dbdc703 commit ea0d1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I plan to expand this readme in the future, but below are a few pieces of info t

### Haxelib Installation
```
haxelib install angular2haxe 0.1.0
haxelib install angular2haxe 0.2.0
```
Also, add ```-lib angular2haxe``` to the build command of your project.

Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license" : "MIT",
"tags" : ["angular", "web", "language bindings"],
"description" : "Haxe language bindings for Angular 2",
"version" : "0.1.0",
"version" : "0.2.0",
"classpath" : "angular2haxe/",
"releasenote" : "Up to commit 21 on repo, initial Haxelib release.",
"releasenote" : "Removed the need to provide annotations and parameters variables explicitly in Angular classes.",
"contributors" : ["nweedon"],
"dependencies" : { }
}
Expand Down

0 comments on commit ea0d1e2

Please sign in to comment.