Skip to content

Commit 1d1f5e7

Browse files
Update package.json metadata and add babel dependencies
- Update project name and description given the renaming of the repository - Add dependencies (will be used for JSX to JS transpilation): * [email protected] * [email protected]
1 parent 86f61be commit 1d1f5e7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
2-
"name": "universal-react-example",
2+
"name": "universal-react-tutorial",
33
"version": "0.0.0",
4-
"description": "An example of a universal app built with React.",
4+
"description": "A tutorial of building a universal web app with React.",
55
"author": "Mark <[email protected]>",
66
"scripts": {
77
"start": "node server.js"
88
},
99
"main": "server.js",
1010
"keywords": [
1111
"universal react",
12-
"isomorphic react"
12+
"isomorphic react",
13+
"react server-side rendering"
1314
],
1415
"dependencies": {
16+
"babel-core": "^6.9.0",
17+
"babel-loader": "^6.2.4",
1518
"babel-preset-react": "^6.5.0",
1619
"babel-register": "^6.9.0",
1720
"express": "^4.13.4",

0 commit comments

Comments
 (0)