diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | tests/testthen.nim | 4 | ||||
| -rw-r--r-- | then.nimble | 3 |
3 files changed, 3 insertions, 5 deletions
@@ -1 +1,2 @@ then +tests/[^\.]* diff --git a/tests/testthen.nim b/tests/testthen.nim deleted file mode 100644 index 8e87cdd..0000000 --- a/tests/testthen.nim +++ /dev/null @@ -1,4 +0,0 @@ -import ../src/then - -doAssert true -doAssert 1 == 1 diff --git a/then.nimble b/then.nimble index 632f70a..1b7cf9a 100644 --- a/then.nimble +++ b/then.nimble @@ -7,7 +7,8 @@ license = "MIT" srcDir = "src" bin = @["then"] - # Dependencies requires "nim >= 2.0.4" + + |
