@axe-core/react 4.4.4-alpha.295 → 4.4.4-alpha.298

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,8 +6,6 @@ Previous versions of this program were maintained at [dequelabs/react-axe](https
6
6
 
7
7
  ## Usage
8
8
 
9
- [![Greenkeeper badge](https://badges.greenkeeper.io/dequelabs/react-axe.svg)](https://greenkeeper.io/)
10
-
11
9
  Install the module from NPM or elsewhere
12
10
 
13
11
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/react",
3
- "version": "4.4.4-alpha.295+77eea1c",
3
+ "version": "4.4.4-alpha.298+fcfa37c",
4
4
  "description": "Dynamic accessibility analysis for React using axe-core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -80,5 +80,5 @@
80
80
  "<rootDir>/test/jest.setup.js"
81
81
  ]
82
82
  },
83
- "gitHead": "77eea1c35945ef039bace70bd1b1114382a85ae3"
83
+ "gitHead": "fcfa37c24a3a9e0122d152ecf85d597e9ebd5c31"
84
84
  }