Skip to content

Instantly share code, notes, and snippets.

View prxg22's full-sized avatar
🍋

Paulo Ricardo Xavier Giusti prxg22

🍋
View GitHub Profile
@prxg22
prxg22 / npm-prerelease.md
Created April 20, 2020 15:07 — forked from schmich/npm-prerelease.md
Publish a prerelease package to NPM
  • Update package.json, set version to a prerelease version, e.g. 2.0.0-rc1, 3.1.5-rc4, ...
  • Run npm pack to create package
  • Run npm publish <package>.tgz --tag next to publish the package under the next tag
  • Run npm install --save package@next to install prerelease package
@prxg22
prxg22 / airports.json
Last active September 10, 2018 08:13 — forked from tdreyno/airports.json
JSON data for airports and their locations
This file has been truncated, but you can view the full file.
[
{
"code": "AAA",
"lat": "-17.3595",
"lon": "-145.494",
"name": "Anaa Airport",
"city": "Anaa",
"state": "Tuamotu-Gambier",
"country": "French Polynesia",
"woeid": "12512819",