-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rafael Grigorian
committed
Jan 21, 2021
1 parent
3f36620
commit f8470c1
Showing
6 changed files
with
39 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "milk-cookie-manager", | ||
"version": "2.3.0", | ||
"description": "Chrome extension that manages your browser's cookies", | ||
"description": "Cookie's best friend! Modern cookie manager.", | ||
"author": "Rafael Grigorian <[email protected]>", | ||
"license": "MIT", | ||
"scripts": { | ||
|
@@ -14,14 +14,14 @@ | |
"publish:chrome": "echo not supported yet", | ||
"clean": "rm -rf dist .parcel-cache target", | ||
"nuke": "yarn clean && rm -rf node_modules", | ||
"test": "yarn clean && yarn build && mocha spec", | ||
"test:chrome": "yarn clean && yarn build && mocha spec", | ||
"marketing": "yarn clean && yarn build && node tools/create-marketing.js" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.1.1", | ||
"@emotion/styled": "^11.0.0", | ||
"@material-ui/core": "^5.0.0-alpha.18", | ||
"@material-ui/icons": "^5.0.0-alpha.14", | ||
"@material-ui/icons": "^5.0.0-alpha.23", | ||
"bluebird": "^3.7.2", | ||
"copy-to-clipboard": "^3.3.1", | ||
"lodash": "^4.17.20", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters