Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(#11): correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Oct 27, 2016
1 parent c0cc7db commit e8bfec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
- "5.0"
- "5"
- "6"
- "7"
- "stable"
env:
- NPM_VERSION=3
Expand Down
1 change: 1 addition & 0 deletions etc/webpack.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const util = require('util');
const path = require('path');
const os = require('os');
const helpers = require('./helpers');
const appConfig = helpers.getAppConfig();
const debugLog = util.debuglog('@holisticon/angular-common/webpack.common');
Expand Down

0 comments on commit e8bfec3

Please sign in to comment.