Refactor travis testing
This commit is contained in:
3
src/nat/components/Dates.hx
Normal file
3
src/nat/components/Dates.hx
Normal file
@@ -0,0 +1,3 @@
|
||||
package nat.components;
|
||||
|
||||
typedef Tags = Map<String, Date>;
|
||||
4
src/nat/components/StringComponents.hx
Normal file
4
src/nat/components/StringComponents.hx
Normal file
@@ -0,0 +1,4 @@
|
||||
package nat.components;
|
||||
|
||||
typedef Name = String;
|
||||
typedef Author = String;
|
||||
3
src/nat/components/Tags.hx
Normal file
3
src/nat/components/Tags.hx
Normal file
@@ -0,0 +1,3 @@
|
||||
package nat.components;
|
||||
|
||||
typedef Tags = Map<String, Int>;
|
||||
Reference in New Issue
Block a user