Skip to content

Commit 5e5ba02

Browse files
export commands
1 parent c1e62d4 commit 5e5ba02

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smoothjs/validation",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Validation module for SmoothJS.",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from './exceptions'
22
export * from './interfaces'
3+
export * from './commands'
34

45
export * from './utils'
56

0 commit comments

Comments
 (0)