Skip to content

Commit

Permalink
chore: update verison and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akito0107 committed Feb 21, 2018
1 parent 54a4549 commit c450e07
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "favalid",
"description": "validator framework",
"version": "0.0.2",
"version": "0.0.3",
"main": "build/main.js",
"repository": "akito0107/favalid",
"author": {
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { tester, exec, execWithReducer } from "./core";
export { required, regexp, maxLength, minLength, max, min } from "./validators";

0 comments on commit c450e07

Please sign in to comment.