@idleberg/caniuse-cli 1.0.30001260 → 1.0.30001265

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.
@@ -63,6 +63,8 @@ jobs:
63
63
  with:
64
64
  add: "package.json package-lock.json --force"
65
65
  message: "Update `caniuse-db` to v${{ fromJson(steps.set_var.outputs.metaData).dependencies['caniuse-db'].version }}"
66
+ author_name: autobot
67
+ author_email: noreply@idleberg.com
66
68
 
67
69
  - uses: JS-DevTools/npm-publish@v1
68
70
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idleberg/caniuse-cli",
3
- "version": "1.0.30001260",
3
+ "version": "1.0.30001265",
4
4
  "description": "Command line tool for Caniuse database",
5
5
  "keywords": [
6
6
  "support",
@@ -23,7 +23,7 @@
23
23
  "author": "David Senkus",
24
24
  "license": "ISC",
25
25
  "dependencies": {
26
- "caniuse-db": "^1.0.30001260",
26
+ "caniuse-db": "^1.0.30001265",
27
27
  "chalk": "^2.4.2",
28
28
  "markdown-link-extractor": "^1.3.0",
29
29
  "mri": "^1.1.6",