cartant/ts-action

Question: why is ts-action installed as a dev-dependency

Closed this issue · 3 comments

Hi,
In the docs I see the instruction for installation as
npm install ts-action --save-dev

Why is this so?
Should the same be done with ts-action-action-operators too?

Cheers

I guess it's an error. Copy/paste errors are my speciality.

It most like came from my copying it from the README.md that's in firebase-nightlight - which is a testing tool.

You are right. It should be --save not --save-dev here. Thanks. I'll update the docs.

I've updated the docs. Thanks.

Great! And thanks.