Skip to content

Commit 8a69507

Browse files
committed
feathersui is not a dependency
1 parent 4fcd83e commit 8a69507

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Includes the following validators:
1919

2020
- Haxe 4.2
2121
- OpenFL 9.2
22-
- Feathers UI 1.0
2322

2423
## Installation
2524

haxelib.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"version": "1.0.0-alpha.1",
88
"classPath": "src",
99
"dependencies": {
10-
"openfl": "",
11-
"feathersui": ""
10+
"openfl": ""
1211
},
1312
"contributors": ["bowlerhat"],
1413
"releasenote": "Initial release"

project.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<project>
33

4-
<meta title="feathersui-validators" package="feathers.rpc" version="1.0.0" company="Bowler Hat LLC" />
4+
<meta title="feathersui-validators" package="feathers.validators" version="1.0.0" company="Bowler Hat LLC" />
55
<app main="openfl.display.Sprite" path="bin" file="feathersui-validators" />
66

77
<source path="src" />
88

99
<haxelib name="openfl" />
1010
<haxelib name="actuate" />
11-
<haxelib name="feathersui" />
1211

1312
<haxeflag name="--macro" value="include('feathers.validators')"/>
1413

test/project.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<source path="../src" />
99

1010
<haxelib name="openfl" />
11-
<haxelib name="feathersui" />
1211
<haxelib name="utest" />
1312

1413
<template path="templates" if="html5"/>

0 commit comments

Comments
 (0)