Skip to content

Commit

Permalink
rename master branch to stable [ch3290]
Browse files Browse the repository at this point in the history
  • Loading branch information
simpixelated committed Jun 15, 2020
1 parent fde2d83 commit 6fb541f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -10,7 +10,7 @@ commands:
- restore_cache:
keys:
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-master-{{ .Environment.CIRCLE_JOB }}
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-stable-{{ .Environment.CIRCLE_JOB }}
- run:
name: Install dependencies
command: npm ci
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Ghost Inspector Node.js Bindings

[![CircleCI](https://circleci.com/gh/ghost-inspector/node-ghost-inspector/tree/master.svg?style=svg)](https://circleci.com/gh/ghost-inspector/node-ghost-inspector/tree/master)
[![CircleCI](https://circleci.com/gh/ghost-inspector/node-ghost-inspector/tree/stable.svg?style=svg)](https://circleci.com/gh/ghost-inspector/node-ghost-inspector/tree/stable)

The official Node.js package for interacting with [Ghost Inspector's API](https://ghostinspector.com/docs/api/).

Expand Down

0 comments on commit 6fb541f

Please sign in to comment.