cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

Remove dependency on typings #74

Closed damienadermann closed 7 years ago

damienadermann commented 7 years ago

Angular2 no longer requires the use of typings since moving to typescript 2.0. The post_install has put a hard dependency of typings on my ci server.

npm install
|
> ng2-img-cropper@0.6.4 postinstall /home/ubuntu/my-project/node_modules/ng2-img-cropper
> typings install

sh: 1: typings: not found