Skip to content

Commit

Permalink
index: fix import order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 6, 2016
1 parent 322a904 commit 2963758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// es6 runtime requirements
require('babel-polyfill');
import 'babel-polyfill';

// their code
import express from 'express';
Expand Down

0 comments on commit 2963758

Please sign in to comment.