Skip to content

Commit

Permalink
chore(scarf): remove scarf due to yarn and GDPR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bhough committed Feb 17, 2021
1 parent 75698d2 commit a09f484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "polished",
"version": "3.7.0",
"version": "3.7.1",
"description": "A lightweight toolset for writing styles in Javascript.",
"license": "MIT",
"author": "Brian Hough <hello@brianhough.net> (https://polished.js.org)",
Expand Down Expand Up @@ -63,8 +63,7 @@
"build:lib": "src/**/*.js"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@scarf/scarf": "^1.1.0"
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -2232,11 +2232,6 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@scarf/scarf@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-1.1.0.tgz#b84b4a91cd938a688d36245b7a7db6fbc476a499"
integrity sha512-b2iE8kjjzzUo2WZ0xuE2N77kfnTds7ClrDxcz3Atz7h2XrNVoAPUoT75i7CY0st5x++70V91Y+c6RpBX9MX7Jg==

"@semantic-release/commit-analyzer@^8.0.0":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz#5d2a37cd5a3312da0e3ac05b1ca348bf60b90bca"
Expand Down

0 comments on commit a09f484

Please sign in to comment.