javascript-state-machine
javascript-state-machine copied to clipboard
Doc update
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.
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.
v5 is pretty unstable with tons of open issues.