kriskowal / narwhal-lib

Narwhal's pure-JavaScript standard library as a package usable on other CommonJS engines.
http://narwhaljs.org
24 stars 8 forks source link

"Syntax Error" in package.json #1

Closed ioss closed 14 years ago

ioss commented 14 years ago

Line 14 in package.json is missing a quote: {"name": "Christoph Dorn", "web": http://www.christophdorn.com/"}, should be {"name": "Christoph Dorn", "web": "http://www.christophdorn.com/"},

I am new to github, so if these kind of issues should be managed in another way (branch-forking-remerging-etc.) I am sorry and gladly accept any advice :)

kriskowal commented 14 years ago

Thanks, fixed! (branch-fork-merge is great most of the time; this was perhaps too small to warrant it, thanks)

ioss commented 14 years ago

Thank you! I thought so too. Still I did the exercise and finally I am a git user too ;)