Skip to content

Commit 560e426

Browse files
author
Uco
committed
conflict resolve
1 parent 1b61334 commit 560e426

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,8 @@
4646
"normalize.css": "^8.0.0",
4747
"prettier": "^1.7.4",
4848
"prismjs": "^1.15.0",
49-
<<<<<<< HEAD
50-
"react": "16.7.0-alpha.0",
51-
"react-dom": "16.7.0-alpha.0",
52-
=======
5349
"react": "16.8.2",
5450
"react-dom": "16.8.2",
55-
>>>>>>> parent of 2723c383... Merge branch 'master' into master
5651
"react-helmet": "^5.2.0",
5752
"react-live": "1.8.0-0",
5853
"remarkable": "^1.7.1",

src/site-constants.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
1010
const urlRoot = 'https://reactjs.org';
11-
<<<<<<< HEAD
12-
const version = '16.8.1';
13-
=======
1411
const version = '16.8.2';
15-
>>>>>>> parent of 2723c383... Merge branch 'master' into master
1612
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1713

1814
export {urlRoot, version, babelURL};

0 commit comments

Comments
 (0)