@axe-core/watcher 3.16.0-rc.ceaeb8da → 3.16.1-rc.ade2d52f

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@axe-core/watcher",
3
- "version": "3.16.0-rc.ceaeb8da",
3
+ "version": "3.16.1-rc.ade2d52f",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",
9
- "extension"
9
+ "extension",
10
+ "LICENSES-3RD-PARTY.md"
10
11
  ],
11
12
  "scripts": {
12
13
  "build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly",