Skip to content

Commit 981cdbd

Browse files
authored
Merge pull request nicoespeon#421 from aicioara-forks/aic-fix-yarn-install
Fix yarn install
2 parents 75e4cf7 + 5d63e63 commit 981cdbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"gh-pages": "2.0.1",
31-
"mdx-deck": "git://github.com/nicoespeon/mdx-deck.git#gitgraphjs-custom-build",
31+
"mdx-deck": "https://github.com/nicoespeon/mdx-deck.git#gitgraphjs-custom-build",
3232
"mdx-deck-code-surfer": "0.5.5",
3333
"prism-react-renderer": "0.1.6",
3434
"raw-loader": "0.5.1",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -9221,9 +9221,9 @@ [email protected]:
92219221
code-surfer "^0.5.5"
92229222
memoize-one "^4.0.2"
92239223

9224-
"mdx-deck@git://github.com/nicoespeon/mdx-deck.git#gitgraphjs-custom-build":
9224+
"mdx-deck@https://github.com/nicoespeon/mdx-deck.git#gitgraphjs-custom-build":
92259225
version "1.10.2"
9226-
resolved "git://github.com/nicoespeon/mdx-deck.git#6057b126523f7e8c977be1fd97075916d575b238"
9226+
resolved "https://github.com/nicoespeon/mdx-deck.git#6057b126523f7e8c977be1fd97075916d575b238"
92279227
dependencies:
92289228
"@babel/core" "^7.0.0"
92299229
"@babel/plugin-proposal-class-properties" "^7.0.0"

0 commit comments

Comments
 (0)