LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

json-patch: use as fast-json-patch #60

Closed alex3683 closed 8 years ago

alex3683 commented 8 years ago

We currently import fast-json-patch as json-patch. Using bower it was easy to make a mapping for it. Since SystemJS handles the mapping configuration by itself, this isn't as easy anymore. To simply avoid this problem, we should always use the package as it is named in its package.json, which in this case is fast-json-patch.

x1B commented 8 years ago

@alex3683 looks like this has been done some time ago:

Closing (feel free to reopen if this is a mistake)