Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud (NovaGaïa) committed Sep 19, 2022
1 parent 8b3c49e commit bc8d5e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>
<h1 align="center">
gatsby-plugin-rgpd-cookie | Starter for a Gatsby Plugin
gatsby-plugin-rgpd-acceptance | Starter for a Gatsby Plugin
</h1>

A minimal boilerplate for the essential files Gatsby looks for in a plugin.
Expand Down Expand Up @@ -51,7 +51,7 @@ module.exports = {
// ...
require.resolve(`../my-plugin`),
],
};
}
```

The line `require.resolve('../my-plugin')` is what accesses the plugin based on its filepath on your computer, and adds it as a plugin when Gatsby runs.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-rgpd-cookie",
"name": "gatsby-plugin-rgpd-acceptance",
"version": "1.0.0",
"description": "A minimal boilerplate for the essential files Gatsby looks for in a plugin",
"description": "A minimal plugin to add all tiers-scripts and accept them.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit bc8d5e4

Please sign in to comment.