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

Commit 54e790a

Browse files
elrumordelaluztimdorr
authored andcommitted
Add missed packages in some lessons (#160)
1 parent c4a3b46 commit 54e790a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lessons/12-navigating/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"license": "ISC",
1313
"dependencies": {
1414
"compression": "^1.6.1",
15+
"express": "^4.13.4",
1516
"if-env": "^1.0.0",
1617
"react": "^0.14.7",
1718
"react-dom": "^0.14.7",

lessons/13-server-rendering/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"license": "ISC",
1313
"dependencies": {
1414
"compression": "^1.6.1",
15+
"express": "^4.13.4",
1516
"if-env": "^1.0.0",
1617
"react": "^0.14.7",
1718
"react-dom": "^0.14.7",

lessons/14-whats-next/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"license": "ISC",
1616
"dependencies": {
1717
"compression": "^1.6.1",
18+
"express": "^4.13.4",
1819
"if-env": "^1.0.0",
1920
"react": "^0.14.7",
2021
"react-dom": "^0.14.7",

0 commit comments

Comments
 (0)