Skip to content

Commit

Permalink
Final working version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfbaskin committed Apr 16, 2015
1 parent 7663421 commit aa3b345
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
3 changes: 0 additions & 3 deletions app/Hello.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@

import React from 'react';

var counter = 0;

export default class Hello extends React.Component {
render() {
console.log("Hello.render #" + (counter+1));
return (
<div>
<h1>Hello World!</h1>
Expand Down
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,23 @@
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^5.1.10",
"express": "^4.12.3",
"jspm": "^0.15.3",
"q-io": "^1.12.0"
},
"jspm": {
"directories": {},
"dependencies": {
"babel-core": "^5.1.10",
"jspm": "^0.15.3",
"express": "^4.12.3",
"jsx": "github:floatdrop/plugin-jsx@^1.1.0",
"lodash": "npm:lodash@^3.6.0",
"q-io": "^1.12.0",
"react": "npm:react@^0.13.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.12",
"babel-runtime": "npm:babel-runtime@^5.0.12",
"core-js": "npm:core-js@^0.8.1"
}
},
"dependencies": {
"express": "^4.12.3",
"jspm": "^0.15.3",
"q-io": "^1.12.0"
}
}

0 comments on commit aa3b345

Please sign in to comment.