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
14 lines
86 B
Plaintext
14 lines
86 B
Plaintext
.idea
|
|
demo
|
|
build
|
|
gulp-tasks
|
|
logs
|
|
|
|
tsd.d.ts
|
|
typings
|
|
|
|
/node_modules
|
|
|
|
webpack.config.js
|
|
|