zikaari / monaco-editor-textmate

MIT License
122 stars 16 forks source link

There is no dist directory #7

Closed Daedalus11069 closed 5 years ago

Daedalus11069 commented 5 years ago

As said here: https://github.com/NeekSandhu/monaco-textmate/issues/4, there is no dist directory in the latest version of this library, so node can't find the module.

zikaari commented 5 years ago

My bad and thanks for the heads up. Fixed in 2.1.1

The reason it happened: I forgot to add a prepack scrip that does npm run build.