Passport 0.2.2
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
.npmrc
file - 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=<YOUR_NES_ACCESS_TOKEN>
Replace <YOUR_NES_ACCESS_TOKEN>
with your access token.
Install your dependencies
npm install
Now you can run your integration tests against Passport NES
Additional Information
Package Name | Latest NES Version | Direct Download Link |
---|---|---|
passport | 0.2.2-passport-0.2.3 | Download |