Skip to content

Commit

Permalink
temp remove flow check
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Feb 2, 2016
1 parent 16b2357 commit 6ee3aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-code-frame/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @flow */
/* @noflow */

import lineNumbers from "line-numbers";
import repeating from "repeating";
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/src/validators.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @flow */
/* @noflow */

import { getBindingIdentifiers } from "./retrievers";
import esutils from "esutils";
Expand Down

0 comments on commit 6ee3aca

Please sign in to comment.