Skip to content

Commit

Permalink
fix(dependencies): updated Angular and Typescript dependencies (#421)
Browse files Browse the repository at this point in the history
Karma tests succeed locally and for master, but fail during the master-dist build
  • Loading branch information
dlabrecq authored Jul 23, 2018
1 parent b7ec3d1 commit 5d3e7a3
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 106 deletions.
2 changes: 1 addition & 1 deletion config/webpack.demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ module.exports = {
excludeExternals: true,
excludePrivate: true,
excludeProtected: true,
exclude: ['**/+(example|demo)/**' ],
exclude: ['**/+(example|demo|tree-list)/**' ],
tsconfig: 'tsconfig.json'
}, './src/app'),

Expand Down
196 changes: 111 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5d3e7a3

Please sign in to comment.