Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #10 from ghostsnstuff/develop
Browse files Browse the repository at this point in the history
Fixed: complex example typo
  • Loading branch information
samsel committed Apr 22, 2015
2 parents f4caa86 + 2beb574 commit 19a54c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app.engine('.jsx', engine);
// set the view directory
app.set('views', __dirname + '/public/views');

// set js as the view engine
// set jsx as the view engine
app.set('view engine', 'jsx');

// finally, set the custom view
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"type": "git",
"url": "[email protected]:paypal/react-engine.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
},
"peerDependencies": {
"react": "~0.12",
"react-router": "~0.12",
Expand Down

0 comments on commit 19a54c9

Please sign in to comment.