stamen / modestmaps-js

Modest Maps javascript port
http://modestmaps.com
566 stars 152 forks source link

Fix package.json to stop install warnings. #146

Closed johnmarkos closed 7 years ago

johnmarkos commented 9 years ago

When I ran npm install --dev I noticed the following warnings.

npm WARN package.json modestmaps@1.0.0-beta1 'repositories' (plural) Not supported. Please pick one as the 'repository' field
npm WARN package.json uglify-js@1.0.7 No description
npm WARN package.json docco@0.3.0 No repository field.

This change removes the warnings.

tmcw commented 7 years ago

Thanks John!