Passport 0.2.x
How to configure Passport NES
First, please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps
- Update you
package.json - Create or update your
.npmrcfile - Install & Run!
Detailed Instructions
Substitute the passport dependency in your package.json with the following:
package.json
{
"dependencies": {
"passport": "npm:@neverendingsupport/passport@0.2.2-passport-0.2.3"
},
"overrides": {
"passport": { ".": "npm:@neverendingsupport/passport@0.2.2-passport-0.2.3" }
}
}
Create an .npmrc file with the following
.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>
Replace <NES_ACCESS_TOKEN> with your access token.
Install your dependencies
npm install
Now you can run your integration tests against Passport NES
Additional Information
Direct Download URLs
The direct download URL for is:
| Package | URL |
|---|---|
| passport 0.2.2-passport-0.2.3 | Download |