UNPKG

atlassian-oauth2

Version:

Atlassian Connect OAuth2 library

10 lines (9 loc) 269 B
# You can use a Docker image from Docker Hub or your own container # registry for your build environment. image: node:8 pipelines: default: - step: script: # Modify the commands below to build your repository. - npm install - npm test