Skip to content

Commit

Permalink
feat: add modifiers and flowtype support
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Nov 18, 2017
1 parent 00a8dce commit ab6bbb0
Show file tree
Hide file tree
Showing 17 changed files with 561 additions and 367 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": [
["env", {
"targets": {
"node": 6
"node": 8
}
}]
],
Expand Down
12 changes: 12 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[ignore]

[include]

[libs]
types/

[lints]

[options]

[strict]
43 changes: 0 additions & 43 deletions index.d.ts

This file was deleted.

230 changes: 0 additions & 230 deletions index.js

This file was deleted.

Loading

0 comments on commit ab6bbb0

Please sign in to comment.