Skip to content

Commit 8cb07bc

Browse files
committed
switch to ups for sanitization
1 parent ebaa3ee commit 8cb07bc

5 files changed

Lines changed: 7 additions & 112 deletions

File tree

β€Ž.gitmodulesβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
[submodule "testes"]
2929
path = testes
3030
url = https://github.com/disruptek/testes
31+
[submodule "ups"]
32+
path = ups
33+
url = https://github.com/disruptek/ups
34+
branch = master

β€Žnimph.nimbleβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ license = "MIT"
44
requires "https://github.com/disruptek/github >= 2.0.3 & < 3.0.0"
55
requires "https://github.com/c-blake/cligen >= 0.9.46 & < 2.0.0"
66
requires "https://github.com/disruptek/bump >= 1.8.18 & < 2.0.0"
7+
requires "https://github.com/disruptek/ups < 2.0.0"
78
requires "https://github.com/zevv/npeg >= 0.21.3 & < 1.0.0"
89
requires "https://github.com/disruptek/jsonconvert < 2.0.0"
910
requires "https://github.com/disruptek/badresults < 2.0.0"

β€Žnimph/sanitize.nimβ€Ž

Lines changed: 0 additions & 111 deletions
This file was deleted.

β€Žnimph/spec.nimβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import cutelog
1111
export cutelog
1212

1313
import nimph/paths
14-
import nimph/sanitize
14+
import ups/sanitize
1515

1616
type
1717
Flag* {.pure.} = enum

β€Župsβ€Ž

Submodule ups added at 7e149ca

0 commit comments

Comments
Β (0)