Compare commits
1 commit
master
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
![]() |
35f0d3d707 |
2 changed files with 4 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
Cucko is a Google Chrome browser extension that lets you hide the number of likes, retweets and replies a tweet has.
|
||||
|
||||
## Installation
|
||||
|
||||
You can no longer install this extension.
|
||||
[Download the extension](https://chrome.google.com/webstore/detail/cuckoo-for-twitter/agjappnhmfoffegbhnakelgilanmnibb) from the Chrome web store here.
|
||||
|
||||
## Development
|
||||
To get set up for local development, follow these steps:
|
||||
|
|
6
src/package-lock.json
generated
6
src/package-lock.json
generated
|
@ -148,9 +148,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"ajv": {
|
||||
"version": "6.12.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.0.tgz",
|
||||
"integrity": "sha512-D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw==",
|
||||
"version": "6.12.6",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
||||
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue