sainthkh / reasonql

Type-safe and simple GraphQL library for ReasonML developers.
MIT License
96 stars 5 forks source link

Fix line endings in compiler package #15

Closed xla closed 5 years ago

xla commented 5 years ago

Currently when installing the package through npm breaks on some platforms due to incompatible carriage return. This adds the line ending setting explicitly and fixes all js files in the compiler package.

Fixes #14

sainthkh commented 5 years ago

Thanks!