Skip to content

Commit

Permalink
chore(deps): Rolling back to a working version of clipboardy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Oct 25, 2021
1 parent 1e3faa4 commit 9fdb812
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 21 deletions.
135 changes: 116 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint ./source/main.js",
"generate-docs": "extract-documentation-comments -I source/main.js -O API.md",
"update-config": "hjson -j ci/github-actions.hjson | json2yaml --preserve-key-order -o .github/workflows/ci.yml",
"update-deps": "npm-check-updates -ux env-paths",
"update-deps": "npm-check-updates -ux env-paths clipboardy",
"release": "standard-version",
"publish-release": "git push --follow-tags origin main && npm publish"
},
Expand Down Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"ansi-regex": "^6.0.1",
"application-log-winston-interface": "^2.0.5",
"clipboardy": "^3.0.0",
"clipboardy": "^2.3.0",
"command-line-args": "^5.2.0",
"command-line-usage": "^6.1.1",
"env-paths": "^2.2.0",
Expand Down

0 comments on commit 9fdb812

Please sign in to comment.