jbrooksuk / JSON-Airports

A JSON array of Airport names, IATA code and location
http://bluebaytravel.co.uk
267 stars 94 forks source link

Create package.json #9

Closed matiassingers closed 9 years ago

matiassingers commented 9 years ago

Would be create to publish each revision of the JSON file to npm.

Hope the details of the package.json file is correct, all you need to do after the merge is to run:

$ npm publish

Of course this would also mean that you sometimes would have to regular releases published to npm.


I created airport-codes temporarily, so I could build airport-lookup. Would love to delete and unpublish airport-codes and rely directly on this package.

jbrooksuk commented 9 years ago

Thanks buddy!