Skip to content

Commit 4bf6188

Browse files
authored
Merge pull request #3923 from marsian83/unstable
package.json - added .git suffix to aphrodite fork
2 parents 7bef715 + c05a0a8 commit 4bf6188

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
},
9898
"devDependencies": {
9999
"@vue/test-utils": "1.0.0-beta.29",
100-
"aphrodite": "https://github.com/learningequality/aphrodite/",
100+
"aphrodite": "https://github.com/learningequality/aphrodite.git",
101101
"autoprefixer": "^9.6.1",
102102
"babel-jest": "^26.0.1",
103103
"circular-dependency-plugin": "^5.2.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,9 +2504,9 @@ anymatch@^3.0.3, anymatch@~3.1.2:
25042504
normalize-path "^3.0.0"
25052505
picomatch "^2.0.4"
25062506

2507-
"aphrodite@https://github.com/learningequality/aphrodite/":
2507+
"aphrodite@https://github.com/learningequality/aphrodite.git":
25082508
version "2.2.3"
2509-
resolved "https://github.com/learningequality/aphrodite/#fdc8d7be8912a5cf17f74ff10f124013c52c3e32"
2509+
resolved "https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32"
25102510
dependencies:
25112511
asap "^2.0.3"
25122512
inline-style-prefixer "^4.0.2"
@@ -8004,7 +8004,7 @@ kolibri-constants@^0.1.41:
80048004
version "1.3.0"
80058005
resolved "https://github.com/learningequality/kolibri-design-system#e9a2ff34716bb6412fe99f835ded5b17345bab94"
80068006
dependencies:
8007-
aphrodite "https://github.com/learningequality/aphrodite/"
8007+
aphrodite "https://github.com/learningequality/aphrodite.git"
80088008
autosize "^3.0.21"
80098009
css-element-queries "^1.2.0"
80108010
frame-throttle "^3.0.0"

0 commit comments

Comments
 (0)