indic-transliteration / sanscript.js

Transliteration package for Indian scripts
MIT License
98 stars 39 forks source link

fixing windows build and updating dependencies #51

Closed grosmar closed 2 years ago

grosmar commented 2 years ago

So as we discussed I fixed windows build. new node simply support running scripts directly, so no need to refer to the sh executable, and this way it can resolve platform dependent problem.

So the whole point for allt he scripts is simply calling i.e. babel instead of node ./node_modules/.bin/babel, like this:

"transpile": "babel sanscript.es6.js --out-file sanscript.js",

I updated all the scripts this way.

Also updated some minor version changes of packages, had no effect on anything as I saw.

Also added tests for ITRANS lowercase schema.