Compare commits

..

No commits in common. "master" and "v.2.1.1" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View file

@ -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
View file

@ -2785,9 +2785,9 @@
}
},
"lodash": {
"version": "4.17.19",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"dev": true
},
"lodash.memoize": {