@axe-core/react 4.4.2-alpha.255 → 4.4.2-alpha.258

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,7 +28,7 @@ if (process.env.NODE_ENV !== 'production') {
28
28
  }
29
29
  ```
30
30
 
31
- Be sure to only run the module in your development environment (as shown in the code above) or else your application will use more resources than necessary when in production. You can use [envify](https://www.npmjs.com/package/envify) to do this as is shown in the [example](./examples/shadow-dom/package.json#L37).
31
+ Be sure to only run the module in your development environment (as shown in the code above) or else your application will use more resources than necessary when in production. You can use [envify](https://www.npmjs.com/package/envify) to do this as is shown in the [example](https://github.com/dequelabs/axe-core-npm/blob/develop/packages/react/examples/shadow-dom/package.json#L37).
32
32
 
33
33
  Once initialized, the module will output accessibility defect information to the Chrome Devtools console every time a component updates.
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/react",
3
- "version": "4.4.2-alpha.255+49a3b32",
3
+ "version": "4.4.2-alpha.258+8307094",
4
4
  "description": "Dynamic accessibility analysis for React using axe-core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -77,5 +77,5 @@
77
77
  "<rootDir>/test/jest.setup.js"
78
78
  ]
79
79
  },
80
- "gitHead": "49a3b3218a109146817c1e740817db21c7e6f66b"
80
+ "gitHead": "8307094fbbc51b11e88b9dfe0b68b4bdcb765932"
81
81
  }