Upgraded to Angular2 2.0.0-alpha.46

Added node_modules to .npmignore - node modules shouldn't be installed with npm and cause Typscript duplicate definition errors
Removed reference to _destroy in removeFromQueue (this was removed from the FileItem class but was still being called)
Put in required type for EventEmitter
Moved peer dependencies from dependencies to peer dependencies
This commit is contained in:
Matthew de Nobrega
2015-11-18 21:36:26 +01:00
parent 49e3276236
commit 1e908fd8cf
4 changed files with 9 additions and 6 deletions

View File

@@ -7,4 +7,7 @@ logs
tsd.d.ts
typings
/node_modules
webpack.config.js