THRIFT-3740 Fix haxelib.json classpath

Client: Haxe
Patch: Oleksii Prudkyi
This commit is contained in:
Jens Geyer 2016-03-15 00:34:08 +02:00
parent ccce919abc
commit aadcf34cbf

View File

@ -7,5 +7,6 @@
"version": "1.0.0-alpha.160215",
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
"contributors": ["Apache Software Foundation (ASF)"],
"dependencies": { }
"dependencies": { },
"classPath": "src"
}