Skip to content

Commit f7f75ea

Browse files
committed
Prep for np
1 parent 662b661 commit f7f75ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ A Netlify build plugin that injects build and deploy information into the DOM fo
1111

1212
The plugin accesses Netlify's postprocessing snippet injection using the Netlify API, so we need to provide an access token.
1313

14-
1. Sign in to Netlify and navigate to User Settings -> [Applications](https://app.netlify.com/user/applications)
14+
1. Sign in to Netlify and navigate to User Settings [Applications](https://app.netlify.com/user/applications)
1515
2. Generate a new personal access token
1616
3. Store that personal access token as an environment variable called `BUILD_SITREP_TOKEN` in the site(s) you want to use the plugin with.
1717

1818
### Install
1919

20-
```
20+
```bash
2121
npm install --save "@quarva/netlify-plugin-sitrep"
2222
```
2323

@@ -28,8 +28,7 @@ npm install --save "@quarva/netlify-plugin-sitrep"
2828
package = "@quarva/netlify-plugin-sitrep"
2929
```
3030

31-
Note: The `[[plugins]]` line is required for each plugin, even if you have other
32-
plugins in your `netlify.toml` file already.
31+
Note: The `[[plugins]]` line is required for each plugin, even if you have other plugins in your `netlify.toml` file already.
3332

3433
### Configuration
3534

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A Netlify build plugin that injects build and deploy information into the DOM for debugging.",
55
"main": "index.js",
66
"scripts": {
7-
"build": "netlify-build"
7+
"build": "netlify-build",
8+
"test": "echo \"No test specified\""
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)