Skip to content

Commit

Permalink
Merge pull request #3923 from marsian83/unstable
Browse files Browse the repository at this point in the history
package.json - added .git suffix to aphrodite fork
  • Loading branch information
bjester authored Jan 27, 2023
2 parents 7bef715 + c05a0a8 commit 4bf6188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.29",
"aphrodite": "https://github.com/learningequality/aphrodite/",
"aphrodite": "https://github.com/learningequality/aphrodite.git",
"autoprefixer": "^9.6.1",
"babel-jest": "^26.0.1",
"circular-dependency-plugin": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2504,9 +2504,9 @@ anymatch@^3.0.3, anymatch@~3.1.2:
normalize-path "^3.0.0"
picomatch "^2.0.4"

"aphrodite@https://github.com/learningequality/aphrodite/":
"aphrodite@https://github.com/learningequality/aphrodite.git":
version "2.2.3"
resolved "https://github.com/learningequality/aphrodite/#fdc8d7be8912a5cf17f74ff10f124013c52c3e32"
resolved "https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32"
dependencies:
asap "^2.0.3"
inline-style-prefixer "^4.0.2"
Expand Down Expand Up @@ -8004,7 +8004,7 @@ kolibri-constants@^0.1.41:
version "1.3.0"
resolved "https://github.com/learningequality/kolibri-design-system#e9a2ff34716bb6412fe99f835ded5b17345bab94"
dependencies:
aphrodite "https://github.com/learningequality/aphrodite/"
aphrodite "https://github.com/learningequality/aphrodite.git"
autosize "^3.0.21"
css-element-queries "^1.2.0"
frame-throttle "^3.0.0"
Expand Down

0 comments on commit 4bf6188

Please sign in to comment.