Skip to content

Commit

Permalink
Move formatBanner to metro-core
Browse files Browse the repository at this point in the history
Reviewed By: rafeca

Differential Revision: D6555773

fbshipit-source-id: 9d10a3d03c88eeaa2d6845518da3dacab8b556b0
  • Loading branch information
Peter van der Zee authored and facebook-github-bot committed Dec 15, 2017
1 parent 29dafa1 commit 7a5d5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/server/checkNodeVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'use strict';

var chalk = require('chalk');
var formatBanner = require('metro/src/lib/formatBanner');
var formatBanner = require('metro-core/src/formatBanner');

This comment has been minimized.

Copy link
@chirag04

chirag04 Dec 15, 2017

Contributor

should metro re-export these from metro-core?

var semver = require('semver');

module.exports = function() {
Expand Down

0 comments on commit 7a5d5a4

Please sign in to comment.