va4ok / userscript-builder

Tool for building userscript for teampermonkey. Uses ES6 classes.
MIT License
16 stars 2 forks source link

Support for multiple meta values added. #19

Closed va4ok closed 4 years ago

va4ok commented 4 years ago

For now it is possible to use array with list of values

e.g. "require": ["http://some.url.1", "http://some.url.2"]

https://github.com/va4ok/userscript-builder/issues/18