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

Commit

Permalink
Merge pull request #85 from AppliedIS/jason-issues
Browse files Browse the repository at this point in the history
Fix Issue no 89
  • Loading branch information
jefferey committed Oct 28, 2016
2 parents 4406019 + a126c69 commit 15d7d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DOL.WHD.Section14c.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"angular-mocks": "^1.5.8",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.25.0",
Expand Down
1 change: 1 addition & 0 deletions DOL.WHD.Section14c.Web/src/modules/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if (typeof console === 'undefined') {

// Global Dependencies
require('jquery');
require('babel-polyfill');
//require('lodash');

// Angular
Expand Down

0 comments on commit 15d7d1b

Please sign in to comment.