timboudreau / nb-nodejs

NodeJS support for NetBeans, originally hosted on netbeans.org
MIT License
91 stars 12 forks source link

Incorrect "bugs" hash in package.json #7

Closed yohny closed 11 years ago

yohny commented 11 years ago

If you create new project using this plugin the package.json contains entry for "bugs" with "web" property, but is should be "url" (see https://npmjs.org/doc/json.html#bugs) if you fix it manually and later do some other changes in project properties window it anyway generates also the "web" property (with "null" value)

timboudreau commented 11 years ago

Fixed in 2.13 - the package.json template was based on the documentation circa 2010.