sstorie / experiments

A repository to capture simple code experiments
140 stars 205 forks source link

Missing package.json #7

Closed Sn3b closed 8 years ago

Sn3b commented 8 years ago

Any chance you could add the package.json file to your signalr example (client)?

sstorie commented 8 years ago

There actually is no package.json for that example as it's written now. All the files are pulled from CDNs using SystemJS when the client is loaded into the browser. It seems to be the most popular experiment by far though, so I'm going to try to update it to RC5/final at some point, and perhaps convert it to use webpack (where the package.json would be required).