Skip to content

Commit a09f484

Browse files
committed
chore(scarf): remove scarf due to yarn and GDPR issues
1 parent 75698d2 commit a09f484

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polished",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "A lightweight toolset for writing styles in Javascript.",
55
"license": "MIT",
66
"author": "Brian Hough <hello@brianhough.net> (https://polished.js.org)",
@@ -63,8 +63,7 @@
6363
"build:lib": "src/**/*.js"
6464
},
6565
"dependencies": {
66-
"@babel/runtime": "^7.12.5",
67-
"@scarf/scarf": "^1.1.0"
66+
"@babel/runtime": "^7.12.5"
6867
},
6968
"devDependencies": {
7069
"@babel/cli": "^7.12.10",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,11 +2232,6 @@
22322232
estree-walker "^1.0.1"
22332233
picomatch "^2.2.2"
22342234

2235-
"@scarf/scarf@^1.1.0":
2236-
version "1.1.0"
2237-
resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-1.1.0.tgz#b84b4a91cd938a688d36245b7a7db6fbc476a499"
2238-
integrity sha512-b2iE8kjjzzUo2WZ0xuE2N77kfnTds7ClrDxcz3Atz7h2XrNVoAPUoT75i7CY0st5x++70V91Y+c6RpBX9MX7Jg==
2239-
22402235
"@semantic-release/commit-analyzer@^8.0.0":
22412236
version "8.0.1"
22422237
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz#5d2a37cd5a3312da0e3ac05b1ca348bf60b90bca"

0 commit comments

Comments
 (0)