Skip to content
This repository was archived by the owner on Jul 8, 2021. It is now read-only.

Commit 19baf91

Browse files
committed
1 parent 3375f38 commit 19baf91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

template/default/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.0.0",
55
"private": true,
66
"dependencies": {
7-
"react": "^16.5.2",
8-
"react-dom": "^16.5.2",
7+
"react": "link:../node_modules/react",
8+
"react-dom": "link:../node_modules/react-dom",
99
"react-scripts": "2.0.4",
1010
"{{name}}": "{{#if yarn}}link:..{{else}}file:..{{/if}}"
1111
},

template/typescript/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.0.0",
55
"private": true,
66
"dependencies": {
7-
"react": "^16.5.2",
8-
"react-dom": "^16.5.2",
7+
"react": "link:../node_modules/react",
8+
"react-dom": "link:../node_modules/react-dom",
99
"react-scripts": "2.0.4",
1010
"{{name}}": "{{#if yarn}}link:..{{else}}file:..{{/if}}"
1111
},

0 commit comments

Comments
 (0)