simonplend / node-shell-scripting-with-zx

Example shell scripts using the zx library. https://www.npmjs.com/package/zx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about module property in package.json

nicolaibach opened this issue · comments

Hi and thank you for the nice article on sitpoint!

In the bootstrap-tool example, the selectedModuleSystem is assigned to the module property in package.json. I was wondering why not the type property?

This is an error in my article, it should be type — thanks for catching this and letting me know!

It's great to hear that you enjoyed the article :)

I replay did enjoy the article.
Thanks for the reply.

Fixed in the bootstrap tool in this repository. I've opened a pull request which fixes it in the article — the changes will hopefully go live early next week.

Thanks again @nicolaibach!