Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg f15a3d2a44 0.1.6 4 years ago
Sven Slootweg 03f11c41b7 Remove stray require 4 years ago

@ -2,7 +2,6 @@
// TODO: Rename this to something more appropriate, like any/anyOf? How to make sure that doesn't cause confusion with `oneOf`?
const splitFilter = require("split-filter");
const flatten = require("flatten");
const ValidationError = require("@validatem/error");

@ -6,7 +6,7 @@
"validator",
"combinator"
],
"version": "0.1.5",
"version": "0.1.6",
"main": "index.js",
"repository": "http://git.cryto.net/validatem/either.git",
"author": "Sven Slootweg <admin@cryto.net>",

Loading…
Cancel
Save