Skip to content

Commit 8741081

Browse files
committed
fix(saofile): add
Added react and react-dom into devDependencies
1 parent 4772f09 commit 8741081

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

saofile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ module.exports = {
4343
'\t\t"tslint": "^5.13.0"',
4444
'\t\t"tslint-config-prettier": "^1.18.0"',
4545
'\t\t"tslint-react": "^3.6.0"',
46-
'\t\t"typescript": "^3.3.3333"'
46+
'\t\t"typescript": "^3.3.3333"',
47+
'\t\t"react": "*"',
48+
'\t\t"react-dom": "*"'
4749
];
4850

4951
const peerDependencies = ['\t\t"react": "*"', '\t\t"react-dom": "*"'];

0 commit comments

Comments
 (0)