Skip to content

Commit

Permalink
including missing dependency for webpack-example
Browse files Browse the repository at this point in the history
  • Loading branch information
dschoeni committed Jan 2, 2017
1 parent 28488a7 commit 0abf015
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"devDependencies": {
"@types/node": "6.0.x",
"ts-loader": "^1.3.3",
"typescript": "2.0.x",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
Expand Down
1 change: 0 additions & 1 deletion examples/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
app: path.join(srcPath, './app.ts'),
common: [
'reflect-metadata/Reflect.js',
'es6-shim/es6-shim',
'zone.js/dist/zone.js'
]
},
Expand Down

0 comments on commit 0abf015

Please sign in to comment.