JoshData / jot

JSON Operational Transformation (JOT)
355 stars 34 forks source link

Added a package.json, simplifies install instructions to just 'npm install' #1

Closed konklone closed 11 years ago

konklone commented 11 years ago

Adding a package.json means that running npm install will install all dependencies mentioned in the dependencies and devDependencies field. I added connect as a dev dependency, but the distinction isn't meaningful beyond aesthetic unless you package and publish jot as a npm module.

I updated the README to use a single npm install command, and to remove the extra command before setting up the editor.

JoshData commented 11 years ago

Whoa thanks!