Skip to content

Commit 4085041

Browse files
committed
Add scope
1 parent ecc133e commit 4085041

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Source plugin for pulling data from [AbuCMS](https://github.com/kdcio/abu) into [GatsbyJS](https://www.gatsbyjs.com/). It creates links between models and asset so they can be queried in Gatsby using GraphQL.
44

5+
[![ver](https://img.shields.io/npm/v/@kdcio/gatsby-source-abucms)](https://www.npmjs.com/package/@kdcio/gatsby-source-abucms) [![size](https://badgen.net/bundlephobia/minzip/@kdcio/gatsby-source-abucms)](https://bundlephobia.com/result?p=@kdcio/gatsby-source-abucms) [![build](https://img.shields.io/github/workflow/status/kdcio/gatsby-source-abucms/build)](https://github.com/kdcio/gatsby-source-abucms/actions?query=workflow%3Abuild) [![Known Vulnerabilities](https://snyk.io/test/github/kdcio/gatsby-source-abucms/badge.svg?targetFile=package.json)](https://snyk.io/test/github/kdcio/gatsby-source-abucms?targetFile=package.json) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kdcio_gatsby-source-abucms&metric=alert_status)](https://sonarcloud.io/dashboard?id=kdcio_gatsby-source-abucms) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=kdcio_gatsby-source-abucms&metric=code_smells)](https://sonarcloud.io/dashboard?id=kdcio_gatsby-source-abucms) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=kdcio_gatsby-source-abucms&metric=coverage)](https://sonarcloud.io/dashboard?id=kdcio_gatsby-source-abucms) [![license](https://img.shields.io/github/license/kdcio/gatsby-source-abucms)](https://github.com/kdcio/gatsby-source-abucms/blob/master/LICENSE)
6+
57
:warning: This plugin only works on Gatsby v3+.
68

79
## Install

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "gatsby-source-abucms",
3-
"version": "0.1.3",
2+
"name": "@kdcio/gatsby-source-abucms",
3+
"version": "0.2.0",
44
"description": "GatsbyJS source plugin for AbuCMS",
55
"main": "index.js",
66
"files": [
@@ -18,7 +18,7 @@
1818
"clean": "rm -fR lib"
1919
},
2020
"keywords": [
21-
"headleass",
21+
"headless",
2222
"serverless",
2323
"cms",
2424
"abucms",
@@ -63,4 +63,4 @@
6363
"pretty-quick --staged"
6464
]
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)