Connect your feather projects to Airborne
This is a private repository so it is not found in the NPM registry.
Instead, there are 2 methods for installation
First, in your package.json you can add it as a dependency as follows
"dependencies": {
"airborne_client": "git+ssh://git@github.com:theVolary/airborne_client.git"
}
Secondly, you can use npm install git+ssh://git@github.com:theVolary/airborne_client.git
TODO