javascript-state-machine icon indicating copy to clipboard operation
javascript-state-machine copied to clipboard

Doc update

Open roccomuso opened this issue 8 years ago • 2 comments

Is it supposed to be mainly used as a dev dependency?

npm install --save-dev javascript-state-machine

Otherwise better update the doc with npm install --save javascript-state-machine.

roccomuso avatar Jun 30 '17 15:06 roccomuso

npm v5 (current) defaults to the functionality of --save, so npm install javascript-state-machine is the same as npm install --save javascript-state-machine.

samsch avatar Jul 30 '17 17:07 samsch

v5 is pretty unstable with tons of open issues.

roccomuso avatar Jul 30 '17 19:07 roccomuso