formio / ngFormio

JSON powered form rendering library for AngularJS + Form.io.
http://formio.github.io/ngFormio/
MIT License
99 stars 99 forks source link

Replace unmantained dependency that uses bower #644

Closed CatBakun closed 5 years ago

CatBakun commented 5 years ago

The ckeditor dependency runs bower command after installing formio through npm. Bower is deprecated and I need to exclude it from my development process.

I created a new package, forking ckeditor repo and removing the post install bower command from the package.json: https://github.com/lemonde/angular-ckeditor/blob/master/package.json#L7

This is my repo: https://github.com/CatBakun/angular-ckeditor-legacy/blob/master/package.json#L6

And this is the npm package: https://www.npmjs.com/package/angular-ckeditor-legacy