Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Added support for Array schema #2

Merged
merged 17 commits into from
Aug 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ build/
.eslintcache

# Misc
.DS_Store
.DS_Store

# Output
dist
28 changes: 28 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Node
node_modules
npm-debug.log

# DO NOT IGNORE TYPESCRIPT FILES FOR NPM
# TypeScript
# *.js
# *.map
# *.d.ts
src

# IDEs
.idea
.project
.settings
.vscode

# Windows
Thumbs.db
Desktop.ini

# Mac
.DS_Store
**/.DS_Store

# TS Files
*.ts
!*.d.ts
73 changes: 0 additions & 73 deletions __tests__/index.spec.ts

This file was deleted.

22 changes: 0 additions & 22 deletions dist/src/index.d.ts

This file was deleted.

59 changes: 0 additions & 59 deletions dist/src/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/index.js.map

This file was deleted.

Loading